File tree Expand file tree Collapse file tree 6 files changed +53
-102
lines changed Expand file tree Collapse file tree 6 files changed +53
-102
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ The py.test Development Team
45
45
**New Features **
46
46
47
47
* New ``pytest.mark.skip `` mark, which unconditionally skips marked tests.
48
- Thanks `@MichaelAquilina `_ for the complete PR (` # 1040 `_ ).
48
+ Thanks `@MichaelAquilina `_ for the complete PR (:pull: ` 1040 `).
49
49
50
50
* ``--doctest-glob `` may now be passed multiple times in the command-line.
51
51
Thanks `@jab `_ and `@nicoddemus `_ for the PR.
@@ -133,7 +133,6 @@ The py.test Development Team
133
133
134
134
.. _`traceback style docs` : https://pytest.org/en/stable/how-to/output.html#modifying-python-traceback-printing
135
135
136
- .. _#1040 : https://github.com/pytest-dev/pytest/pull/1040
137
136
138
137
.. _@biern : https://github.com/biern
139
138
.. _@MichaelAquilina : https://github.com/MichaelAquilina
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ The py.test Development Team
44
44
Thanks `@nicoddemus `_ for the PR.
45
45
46
46
* Fix (:issue: `469 `): junit parses report.nodeid incorrectly, when params IDs
47
- contain ``:: ``. Thanks `@tomviner `_ for the PR (` # 1431 `_ ).
47
+ contain ``:: ``. Thanks `@tomviner `_ for the PR (:pull: ` 1431 `).
48
48
49
49
* Fix (:issue: `578 `): SyntaxErrors
50
50
containing non-ascii lines at the point of failure generated an internal
@@ -57,8 +57,6 @@ The py.test Development Team
57
57
* Fix (:issue: `649 `): parametrized test nodes cannot be specified to run on the command line.
58
58
59
59
60
- .. _#1431 : https://github.com/pytest-dev/pytest/pull/1431
61
-
62
60
.. _@asottile : https://github.com/asottile
63
61
.. _@nicoddemus : https://github.com/nicoddemus
64
62
.. _@tomviner : https://github.com/tomviner
Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ The py.test Development Team
44
44
45
45
* Fix Xfail does not work with condition keyword argument.
46
46
Thanks `@astraw38 `_ for reporting the issue (:issue: `1496 `) and `@tomviner `_
47
- for PR the (` # 1524 `_ ).
47
+ for PR the (:pull: ` 1524 `).
48
48
49
49
* Fix win32 path issue when putting custom config file with absolute path
50
50
in ``pytest.main("-c your_absolute_path") ``.
51
51
52
52
* Fix maximum recursion depth detection when raised error class is not aware
53
53
of unicode/encoded bytes.
54
- Thanks `@prusse-martin `_ for the PR (` # 1506 `_ ).
54
+ Thanks `@prusse-martin `_ for the PR (:pull: ` 1506 `).
55
55
56
56
* Fix ``pytest.mark.skip `` mark when used in strict mode.
57
57
Thanks `@pquentin `_ for the PR and `@RonnyPfannschmidt `_ for
@@ -64,8 +64,6 @@ The py.test Development Team
64
64
one per fixture name.
65
65
Thanks to `@hackebrot `_ for the PR.
66
66
67
- .. _#1506 : https://github.com/pytest-dev/pytest/pull/1506
68
- .. _#1524 : https://github.com/pytest-dev/pytest/pull/1524
69
67
70
68
.. _@astraw38 : https://github.com/astraw38
71
69
.. _@hackebrot : https://github.com/hackebrot
You can’t perform that action at this time.
0 commit comments