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 55c1618 commit 089395bCopy full SHA for 089395b
doc/src/changelog.rst
@@ -1,6 +1,10 @@
1
History of changes to pytest-dependency
2
=======================================
3
4
+dev (not yet released)
5
+ Bug fixes and minor changes
6
+ + Issue #34: failing test with pytest 4.2.0 and newer.
7
+
8
0.4 (2018-12-02)
9
Incompatible changes
10
+ Require pytest version 3.6.0 or newer. This implicitly drops
tests/test_03_skipmsgs.py
@@ -36,6 +36,6 @@ def test_d():
36
*::test_d SKIPPED
37
""")
38
result.stdout.fnmatch_lines_random("""
39
- SKIP * test_c depends on test_b
40
- SKIP * test_d depends on test_c
+ SKIP* test_c depends on test_b
+ SKIP* test_d depends on test_c
41
0 commit comments