From ad414af777cf15351b1966648fda7936b590159a Mon Sep 17 00:00:00 2001 From: Davis King Date: Fri, 16 Feb 2018 09:29:15 -0500 Subject: [PATCH] Made pytest ignore docs and dlib folders. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ab7750879..eb6754ce3 100644 --- a/setup.py +++ b/setup.py @@ -185,7 +185,7 @@ class PyTest(TestCommand): def initialize_options(self): TestCommand.initialize_options(self) - self.pytest_args = '' + self.pytest_args = '--ignore docs --ignore dlib' def run_tests(self): import shlex