We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a69ea2 commit f4e5c23Copy full SHA for f4e5c23
doc/src/changelog.rst
@@ -1,7 +1,7 @@
1
History of changes to pytest-dependency
2
=======================================
3
4
-dev (not yet released)
+0.5.0 (2020-02-14)
5
New features
6
+ `#3`_, `#35`_: add a scope to dependencies.
7
(Thanks to JoeSc and selenareneephillips!)
@@ -14,7 +14,7 @@ dev (not yet released)
14
.. _#34: https://github.com/RKrahl/pytest-dependency/issues/34
15
.. _#35: https://github.com/RKrahl/pytest-dependency/pull/35
16
17
-0.4 (2018-12-02)
+0.4.0 (2018-12-02)
18
Incompatible changes
19
+ Require pytest version 3.6.0 or newer. This implicitly drops
20
support for Python 2.6 and for Python 3.3 and older.
0 commit comments