File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
History of changes to pytest-dependency
2
2
=======================================
3
3
4
+ 0.4 (2018-12-02)
5
+ Incompatible changes
6
+ + Require pytest version 3.6.0 or newer. This implicitly drops
7
+ support for Python 2.6 and for Python 3.3 and older.
8
+
9
+ Bug fixes and minor changes
10
+ + Issue #24: get_marker no longer available in pytest 4.0.0.
11
+ (Thanks to Rogdham for the PR.)
12
+ + Issue #28: Applying markers directly in parametrize is no
13
+ longer available in 4.0.
14
+
4
15
0.3.2 (2018-01-17)
5
16
Bug fixes and minor changes
6
17
+ Issue #5: properly register the dependency marker.
Original file line number Diff line number Diff line change 52
52
# built documents.
53
53
#
54
54
# The short X.Y version.
55
- version = '0.3 '
55
+ version = '0.4 '
56
56
# The full version, including alpha/beta/rc tags.
57
- release = '0.3.2 '
57
+ release = '0.4.0 '
58
58
59
59
# The language for content autogenerated by Sphinx. Refer to documentation
60
60
# for a list of supported languages.
Original file line number Diff line number Diff line change 6
6
skipped if any of the dependencies did fail or has been skipped.
7
7
"""
8
8
9
- __version__ = "0.3.2 "
9
+ __version__ = "0.4.0 "
10
10
11
11
import os
12
12
import os .path
You can’t perform that action at this time.
0 commit comments