diff --git a/setup.py b/setup.py index 04cf8925b..8b157e500 100644 --- a/setup.py +++ b/setup.py @@ -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=[