Skip to content

Commit f544f60

Browse files
committed
README: fix required pytest version
Ref: #603 (comment).
1 parent cb7b241 commit f544f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pytest-django allows you to test your Django project/applications with the
3030

3131
* Django: 1.8-1.11, 2.0 and latest master branch (compatible at the time of each release)
3232
* Python: CPython 2.7, 3.4-3.6 or PyPy 2, 3
33-
* pytest: >2.9.x
33+
* pytest: 3.6 or later
3434

3535
* Licence: BSD
3636
* Project maintainers: Andreas Pelme, Floris Bruynooghe and Daniel Hahler

0 commit comments

Comments
 (0)