"examples/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "6066fee935b637cea327f0bac24e478eb2dd7a0d"
Commit ad414af7 authored by Davis King's avatar Davis King
Browse files

Made pytest ignore docs and dlib folders.

parent f6ea3397
...@@ -185,7 +185,7 @@ class PyTest(TestCommand): ...@@ -185,7 +185,7 @@ class PyTest(TestCommand):
def initialize_options(self): def initialize_options(self):
TestCommand.initialize_options(self) TestCommand.initialize_options(self)
self.pytest_args = '' self.pytest_args = '--ignore docs --ignore dlib'
def run_tests(self): def run_tests(self):
import shlex import shlex
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment