See if this unbreaks appveyor

pull/1557/head
Davis E. King 6 years ago committed by GitHub
parent 3b9b702c1b
commit a85a53ce69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -230,7 +230,7 @@ setup(
ext_modules=[CMakeExtension('dlib','tools/python')],
cmdclass=dict(build_ext=CMakeBuild, test=PyTest),
zip_safe=False,
tests_require=['pytest'],
tests_require=['pytest==3.8'],
packages=['dlib'],
keywords=['dlib', 'Computer Vision', 'Machine Learning'],
classifiers=[

Loading…
Cancel
Save