diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-29 13:41:15 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-29 13:41:15 -0500 |
| commit | c06e11555a1eeb9c0ed329fbc2e79b8fc48edcec (patch) | |
| tree | 88f3d3e9b2de7fbebe430332376b4e562c05e1df /setuptools/_distutils/tests/test_spawn.py | |
| parent | 104f8b40ba36999b81d88470900f01c20654d3ce (diff) | |
| parent | 2def21c5d74fdd2fe7996ee4030ac145a9d751bd (diff) | |
| download | python-setuptools-git-c06e11555a1eeb9c0ed329fbc2e79b8fc48edcec.tar.gz | |
Merge https://github.com/pypa/distutils into feature/distutils-8c160a9693
Diffstat (limited to 'setuptools/_distutils/tests/test_spawn.py')
| -rw-r--r-- | setuptools/_distutils/tests/test_spawn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/_distutils/tests/test_spawn.py b/setuptools/_distutils/tests/test_spawn.py index f620da78..c5ed8e2b 100644 --- a/setuptools/_distutils/tests/test_spawn.py +++ b/setuptools/_distutils/tests/test_spawn.py @@ -133,7 +133,7 @@ class SpawnTestCase(support.TempdirManager, def test_suite(): - return unittest.makeSuite(SpawnTestCase) + return unittest.TestLoader().loadTestsFromTestCase(SpawnTestCase) if __name__ == "__main__": run_unittest(test_suite()) |
