mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issue #18492: Allow all resources when tests are not run by regrtest.py.
This changeset also includes cleanup allowed by this behavior change.
This commit is contained in:
parent
8dd49fe09f
commit
66f2928479
14 changed files with 37 additions and 59 deletions
|
|
@ -16,5 +16,4 @@ def test_main():
|
|||
support.run_unittest(__name__)
|
||||
|
||||
if __name__ == "__main__":
|
||||
support.use_resources = ['urlfetch']
|
||||
test_main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue