]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109566: regrtest --fast-ci no longer enables --nowindows (#110121)
authorVictor Stinner <vstinner@python.org>
Fri, 29 Sep 2023 19:49:39 +0000 (21:49 +0200)
committerGitHub <noreply@github.com>
Fri, 29 Sep 2023 19:49:39 +0000 (19:49 +0000)
commit5ae6c6d053311d411a077200f85698d51d5fe8b9
tree992ecf77e1808a583c33337f94a3872f6ccbc08f
parent9c91141ffff0275cff99f50cbf805a0e9d645da8
gh-109566: regrtest --fast-ci no longer enables --nowindows (#110121)

The --nowindows option is deprecated and does nothing but logs a
warning.
Lib/test/libregrtest/cmdline.py
Lib/test/test_regrtest.py