1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2025-01-26 22:56:15 +01:00

Remove unused fixture

This commit is contained in:
Petr Viktorin 2020-09-15 16:19:55 +02:00
parent ea7b19f181
commit 4e137f1285

View File

@ -249,7 +249,7 @@ def test_regular_after_current_is_supported():
assert "--recreate" not in result.stderr
def test_regular_after_killed_current_is_not_supported(print_deps_stdout_arg):
def test_regular_after_killed_current_is_not_supported():
# fake broken tox run
shutil.rmtree(DOT_TOX, ignore_errors=True)
(DOT_TOX / NATIVE_TOXENV / "bin").mkdir(parents=True)