From a85a53ce69989d99e503a9552a20b1fb8d90c435 Mon Sep 17 00:00:00 2001 From: "Davis E. King" Date: Wed, 14 Nov 2018 07:26:36 -0500 Subject: [PATCH] See if this unbreaks appveyor --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=[