blob: 5b2a867e68e7af246ab3c875b6b81ba587f6d39c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./setup.py.orig
+++ ./setup.py
@@ -881,7 +881,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"],
|