diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-05-06 22:52:22 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-05-06 22:53:50 (GMT) |
commit | 0e5fe7f9e9d3b995a7ccc4fae498e6eaf01027a0 (patch) | |
tree | 7fc8ef13f83bd51adec1f5e7a49c08d53d4ae4db /Misc/NEWS.d/next/Tests | |
parent | 3f61db475692511a9676765e6f9f0bb204306e93 (diff) | |
download | cpython-0e5fe7f9e9d3b995a7ccc4fae498e6eaf01027a0.zip cpython-0e5fe7f9e9d3b995a7ccc4fae498e6eaf01027a0.tar.gz cpython-0e5fe7f9e9d3b995a7ccc4fae498e6eaf01027a0.tar.bz2 |
Python 3.11.0b1
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
8 files changed, 0 insertions, 13 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-01-24-21-31-09.bpo-29890.zEG-ra.rst b/Misc/NEWS.d/next/Tests/2022-01-24-21-31-09.bpo-29890.zEG-ra.rst deleted file mode 100644 index 38a06a2..0000000 --- a/Misc/NEWS.d/next/Tests/2022-01-24-21-31-09.bpo-29890.zEG-ra.rst +++ /dev/null @@ -1,2 +0,0 @@ -Add tests for :class:`ipaddress.IPv4Interface` and :class:`ipaddress.IPv6Interface` construction with tuple arguments.
-Original patch and tests by louisom.
diff --git a/Misc/NEWS.d/next/Tests/2022-03-24-13-35-01.bpo-47109.FjKQCE.rst b/Misc/NEWS.d/next/Tests/2022-03-24-13-35-01.bpo-47109.FjKQCE.rst deleted file mode 100644 index d0a402f..0000000 --- a/Misc/NEWS.d/next/Tests/2022-03-24-13-35-01.bpo-47109.FjKQCE.rst +++ /dev/null @@ -1,3 +0,0 @@ -Test for :mod:`ctypes.macholib.dyld`, :mod:`ctypes.macholib.dylib`, and -:mod:`ctypes.macholib.framework` are brought from manual pre-:mod:`unittest` -times to :mod:`ctypes.test` location and structure. Patch by Oleg Iarygin. diff --git a/Misc/NEWS.d/next/Tests/2022-04-06-10-16-27.bpo-40280.KT5Apg.rst b/Misc/NEWS.d/next/Tests/2022-04-06-10-16-27.bpo-40280.KT5Apg.rst deleted file mode 100644 index 9fcb4c9..0000000 --- a/Misc/NEWS.d/next/Tests/2022-04-06-10-16-27.bpo-40280.KT5Apg.rst +++ /dev/null @@ -1 +0,0 @@ -Threading tests are now skipped on WASM targets without pthread support. diff --git a/Misc/NEWS.d/next/Tests/2022-04-16-17-54-05.gh-issue-91607.FnXjtW.rst b/Misc/NEWS.d/next/Tests/2022-04-16-17-54-05.gh-issue-91607.FnXjtW.rst deleted file mode 100644 index 32839a8..0000000 --- a/Misc/NEWS.d/next/Tests/2022-04-16-17-54-05.gh-issue-91607.FnXjtW.rst +++ /dev/null @@ -1 +0,0 @@ -Fix ``test_concurrent_futures`` to test the correct multiprocessing start method context in several cases where the test logic mixed this up. diff --git a/Misc/NEWS.d/next/Tests/2022-04-22-19-00-00.gh-issue-91752.Ji27dd.rst b/Misc/NEWS.d/next/Tests/2022-04-22-19-00-00.gh-issue-91752.Ji27dd.rst deleted file mode 100644 index c02c1f4..0000000 --- a/Misc/NEWS.d/next/Tests/2022-04-22-19-00-00.gh-issue-91752.Ji27dd.rst +++ /dev/null @@ -1 +0,0 @@ -Added @requires_zlib to test.test_tools.test_freeze.TestFreeze. diff --git a/Misc/NEWS.d/next/Tests/2022-04-25-11-16-36.gh-issue-91904.13Uvrz.rst b/Misc/NEWS.d/next/Tests/2022-04-25-11-16-36.gh-issue-91904.13Uvrz.rst deleted file mode 100644 index 31ddfc3..0000000 --- a/Misc/NEWS.d/next/Tests/2022-04-25-11-16-36.gh-issue-91904.13Uvrz.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix initialization of :envvar:`PYTHONREGRTEST_UNICODE_GUARD` which prevented -running regression tests on non-UTF-8 locale. diff --git a/Misc/NEWS.d/next/Tests/2022-05-02-20-15-54.gh-issue-84461.DhxllI.rst b/Misc/NEWS.d/next/Tests/2022-05-02-20-15-54.gh-issue-84461.DhxllI.rst deleted file mode 100644 index 4daae71..0000000 --- a/Misc/NEWS.d/next/Tests/2022-05-02-20-15-54.gh-issue-84461.DhxllI.rst +++ /dev/null @@ -1 +0,0 @@ -When multiprocessing is enabled, libregrtest can now use a Python executable other than :code:`sys.executable` via the ``--python`` flag. diff --git a/Misc/NEWS.d/next/Tests/2022-05-02-20-57-04.gh-issue-92169.Xi4NGV.rst b/Misc/NEWS.d/next/Tests/2022-05-02-20-57-04.gh-issue-92169.Xi4NGV.rst deleted file mode 100644 index 3809ed4..0000000 --- a/Misc/NEWS.d/next/Tests/2022-05-02-20-57-04.gh-issue-92169.Xi4NGV.rst +++ /dev/null @@ -1,2 +0,0 @@ -Use ``warnings_helper.import_deprecated()`` to import deprecated modules -uniformly in tests. Patch by Hugo van Kemenade. |