Skip to content

Commit 7944f32

Browse files
committed
Merge branch 'cnejame-fix-pytest-5-3-3-compatibility' of https://github.com/SalmonMode/pytest-django into cnejame-fix-pytest-5-3-3-compatibility
2 parents 2fd5e69 + 4207d38 commit 7944f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def read(fname):
3131
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
3232
setup_requires=['setuptools_scm>=1.11.1'],
3333
install_requires=[
34-
'pytest>=3.6',
34+
'pytest>=3.6,<5.3.4',
3535
'pathlib2;python_version<"3.4"',
3636
],
3737
extras_require={

0 commit comments

Comments
 (0)