mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Revert "Fixed pytest broken dependencies"
Apparently pytest is still sort of busted.
This reverts commit 5e63d01544
.
This commit is contained in:
parent
e0a24e39f2
commit
22402e99a0
3
setup.py
3
setup.py
@ -232,7 +232,8 @@ setup(
|
||||
ext_modules=[CMakeExtension('dlib','tools/python')],
|
||||
cmdclass=dict(build_ext=CMakeBuild, test=PyTest),
|
||||
zip_safe=False,
|
||||
tests_require=['pytest==3.8'],
|
||||
# We need an older more-itertools version because v6 broke pytest (for everyone, not just dlib)
|
||||
tests_require=['pytest==3.8', 'more-itertools<6.0.0'],
|
||||
#install_requires=['cmake'], # removed because the pip cmake package is busted, maybe someday it will be usable.
|
||||
packages=['dlib'],
|
||||
keywords=['dlib', 'Computer Vision', 'Machine Learning'],
|
||||
|
Loading…
Reference in New Issue
Block a user