diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2022-06-22 12:05:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-22 12:05:45 (GMT) |
commit | c029b552f39200977325d4351803bdd13ddccc4f (patch) | |
tree | 984582ca4b4358dde51a1bc1fd94412cff4eafc0 /Misc | |
parent | ca308c13daa722f3669a14f1613da768086beb6a (diff) | |
download | cpython-c029b552f39200977325d4351803bdd13ddccc4f.zip cpython-c029b552f39200977325d4351803bdd13ddccc4f.tar.gz cpython-c029b552f39200977325d4351803bdd13ddccc4f.tar.bz2 |
gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary importers. (GH-93962)
Co-authored-by: Brett Cannon <brett@python.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2022-06-17-15-20-09.gh-issue-93951.CW1Vv4.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-06-17-15-20-09.gh-issue-93951.CW1Vv4.rst b/Misc/NEWS.d/next/Tests/2022-06-17-15-20-09.gh-issue-93951.CW1Vv4.rst new file mode 100644 index 0000000..b627466 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2022-06-17-15-20-09.gh-issue-93951.CW1Vv4.rst @@ -0,0 +1 @@ +In test_bdb.StateTestCase.test_skip, avoid including auxiliary importers. |