We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f8d96 commit f11dda1Copy full SHA for f11dda1
test/t/conftest.py
@@ -958,9 +958,7 @@ def prepare_fixture_dir(
958
the tarball. This is to work better with case insensitive file systems.
959
"""
960
tempdir = Path(tempfile.mkdtemp(prefix="bash-completion-fixture-dir"))
961
- request.addfinalizer(
962
- lambda: shutil.rmtree(str(tempdir), ignore_errors=True)
963
- )
+ request.addfinalizer(lambda: shutil.rmtree(str(tempdir)))
964
965
old_cwd = os.getcwd()
966
try:
0 commit comments