mirror of https://github.com/davisking/dlib.git
Made pytest ignore docs and dlib folders.
This commit is contained in:
parent
f6ea3397c3
commit
ad414af777
2
setup.py
2
setup.py
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue