Unverified Commit a85a53ce authored by Davis E. King's avatar Davis E. King Committed by GitHub

See if this unbreaks appveyor

parent 3b9b702c
...@@ -230,7 +230,7 @@ setup( ...@@ -230,7 +230,7 @@ setup(
ext_modules=[CMakeExtension('dlib','tools/python')], ext_modules=[CMakeExtension('dlib','tools/python')],
cmdclass=dict(build_ext=CMakeBuild, test=PyTest), cmdclass=dict(build_ext=CMakeBuild, test=PyTest),
zip_safe=False, zip_safe=False,
tests_require=['pytest'], tests_require=['pytest==3.8'],
packages=['dlib'], packages=['dlib'],
keywords=['dlib', 'Computer Vision', 'Machine Learning'], keywords=['dlib', 'Computer Vision', 'Machine Learning'],
classifiers=[ classifiers=[
......
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