]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109295: Skip test_generated_cases if different mount drives (#109308)
authorVictor Stinner <vstinner@python.org>
Tue, 12 Sep 2023 02:30:07 +0000 (04:30 +0200)
committerGitHub <noreply@github.com>
Tue, 12 Sep 2023 02:30:07 +0000 (04:30 +0200)
commit936376916100681d46db117bae0ec05adf338051
tree414c667a55da2e60367316bfd66da08f65c09ec9
parentf2a55fecd063244a5fd09a38f673f0781f8802d1
gh-109295: Skip test_generated_cases if different mount drives (#109308)

On Windows, skip the test if the current working directory and the
Python source code directory have different mount drives. It happens
if the temporary directory is on a different mount drive than the
Python source code.
Lib/test/test_generated_cases.py