-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also moved a pytest_runtest_makereport hook implemented in nose.py, but nowadays makes more sense to be implemented in unittest.py
- Loading branch information
1 parent
666acc9
commit 7c347d8
Showing
6 changed files
with
28 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Remove unused support code for `unittest2 <https://pypi.org/project/unittest2/>`__. | ||
|
||
The ``unittest2`` backport module is no longer | ||
necessary since Python 3.3+, and the small amount of code in pytest to support it also doesn't seem | ||
to be used: after removed, all tests still pass unchanged. | ||
|
||
Although our policy is to introduce a deprecation period before removing any features or support | ||
for third party libraries, because this code is apparently not used | ||
at all (even if ``unittest2`` is used by a test suite executed by pytest), it was decided to | ||
remove it in pytest 6.1. | ||
|
||
If you experience a regression because of this, please | ||
`file an issue <https://github.com/pytest-dev/pytest/issues/new>`__. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters