diff options
Diffstat (limited to 'main/py-pillow/py-pillow-fix-pytest-ver.patch')
-rw-r--r-- | main/py-pillow/py-pillow-fix-pytest-ver.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/py-pillow/py-pillow-fix-pytest-ver.patch b/main/py-pillow/py-pillow-fix-pytest-ver.patch new file mode 100644 index 0000000000..ccfe275af7 --- /dev/null +++ b/main/py-pillow/py-pillow-fix-pytest-ver.patch @@ -0,0 +1,11 @@ +--- a/setup.py ++++ b/setup.py +@@ -785,7 +785,7 @@ + ext_modules=[Extension("PIL._imaging", ["_imaging.c"])], + include_package_data=True, + setup_requires=pytest_runner, +- tests_require=['pytest'], ++ tests_require=['pytest < 5'], + packages=["PIL"], + package_dir={'': 'src'}, + keywords=["Imaging", ], |