mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
[3.13] gh-93096: Fix loading doctests in test_pickle (GH-131069) (GH-131080)
(cherry picked from commit 3bb20d13a8
)
Co-authored-by: donBarbos <donbarbos@proton.me>
This commit is contained in:
parent
3e173e505a
commit
68a1591bec
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ class CompatPickleTests(unittest.TestCase):
|
|||
|
||||
|
||||
def load_tests(loader, tests, pattern):
|
||||
tests.addTest(doctest.DocTestSuite())
|
||||
tests.addTest(doctest.DocTestSuite(pickle))
|
||||
return tests
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue