mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-23882: unittest: Drop PEP 420 support from discovery. (GH-29745)
This commit is contained in:
parent
1bee9a4625
commit
0b2b9d2513
5 changed files with 44 additions and 78 deletions
|
@ -542,6 +542,10 @@ Removed
|
|||
|
||||
(Contributed by Hugo van Kemenade in :issue:`45320`.)
|
||||
|
||||
* Remove namespace package support from unittest discovery. It was introduced in
|
||||
Python 3.4 but has been broken since Python 3.7.
|
||||
(Contributed by Inada Naoki in :issue:`23882`.)
|
||||
|
||||
|
||||
Porting to Python 3.11
|
||||
======================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue