mirror of
https://github.com/fedora-python/tox-current-env.git
synced 2025-02-05 10:58:07 +01:00
Remove unused fixture
This commit is contained in:
parent
ea7b19f181
commit
4e137f1285
@ -249,7 +249,7 @@ def test_regular_after_current_is_supported():
|
|||||||
assert "--recreate" not in result.stderr
|
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
|
# fake broken tox run
|
||||||
shutil.rmtree(DOT_TOX, ignore_errors=True)
|
shutil.rmtree(DOT_TOX, ignore_errors=True)
|
||||||
(DOT_TOX / NATIVE_TOXENV / "bin").mkdir(parents=True)
|
(DOT_TOX / NATIVE_TOXENV / "bin").mkdir(parents=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user