summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/frontend/show.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/frontend/show.py b/tests/frontend/show.py
index 16abe5f40..f515fc44d 100644
--- a/tests/frontend/show.py
+++ b/tests/frontend/show.py
@@ -23,7 +23,6 @@ DATA_DIR = os.path.join(
])
def test_show(cli, datafiles, target, format, expected):
project = os.path.join(datafiles.dirname, datafiles.basename)
- checkout = os.path.join(cli.directory, 'checkout')
result = cli.run(project=project, silent=True, args=[
'show',
'--deps', 'none',
@@ -45,7 +44,6 @@ def test_show(cli, datafiles, target, format, expected):
])
def test_show_except(cli, datafiles, target, except_, expected):
project = os.path.join(datafiles.dirname, datafiles.basename)
- checkout = os.path.join(cli.directory, 'checkout')
result = cli.run(project=project, silent=True, args=[
'show',
'--deps', 'all',