-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Open
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
Running the Python-3.13.1 test suite with make test
, and:
1 test altered the execution environment (env changed):
test_urllib2
The offending code pattern in several test cases is:
os.environ['no_proxy'] = '*'
# ... ...
del os.environ['no_proxy']
Thus if no_proxy
already exists in the environment variable, these tests will remove it.
CPython versions tested on:
3.13
Operating systems tested on:
Linux
Linked PRs
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error