Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lib/test/test_regrtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2277,7 +2277,7 @@ def test_python_opts(self):

# Use directly subprocess to control the exact command line
cmd = [sys.executable,
"-m", "test", option,
"-E", "-m", "test", option,
f'--testdir={self.tmptestdir}',
testname]
proc = subprocess.run(cmd,
Expand Down
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this needs a blurb, as noted in the devguide, test are excluded since they are of little interest to end users.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Avoid ``PYTHON*`` environment variables affecting regrtest's own tests.
Loading