File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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+
23283.2.1
2429-----
2530
You can’t perform that action at this time.
0 commit comments