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
30
30
31
31
* Django: 1.8-1.11, 2.0 and latest master branch (compatible at the time of each release)
32
32
* Python: CPython 2.7, 3.4-3.6 or PyPy 2, 3
33
- * pytest: 3.6 or later
33
+ * pytest: >= 3.6
34
34
35
35
* Licence: BSD
36
36
* 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
20
20
* Fixed scope of overridden settings with live_server fixture: previously they
21
21
were visible to following tests (#612).
22
22
23
+ Compatibility
24
+ ^^^^^^^^^^^^^
25
+
26
+ * The required `pytest ` version changed from >=2.9 to >=3.6.
27
+
23
28
3.2.1
24
29
-----
25
30
You can’t perform that action at this time.
0 commit comments