Skip to content

Commit f667ef9

Browse files
Code0x58blueyed
authored andcommitted
Update documented pytest requirements changed in d9a9e9a
Closes #615.
1 parent f544f60 commit f667ef9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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: 3.6 or later
33+
* pytest: >=3.6
3434

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

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ Bug fixes
2020
* Fixed scope of overridden settings with live_server fixture: previously they
2121
were visible to following tests (#612).
2222

23+
Compatibility
24+
^^^^^^^^^^^^^
25+
26+
* The required `pytest` version changed from >=2.9 to >=3.6.
27+
2328
3.2.1
2429
-----
2530

0 commit comments

Comments
 (0)