summaryrefslogtreecommitdiff
path: root/tests/format/junctions.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/format/junctions.py')
-rw-r--r--tests/format/junctions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/format/junctions.py b/tests/format/junctions.py
index 699c4675f..2c200b039 100644
--- a/tests/format/junctions.py
+++ b/tests/format/junctions.py
@@ -49,7 +49,7 @@ def test_simple_build(cli, tmpdir, datafiles):
@pytest.mark.datafiles(DATA_DIR)
-def test_build_of_same_junction_used_twice(cli, tmpdir, datafiles):
+def test_build_of_same_junction_used_twice(cli, datafiles):
project = os.path.join(str(datafiles), 'inconsistent-names')
# Check we can build a project that contains the same junction
@@ -271,7 +271,7 @@ def test_git_build(cli, tmpdir, datafiles):
@pytest.mark.datafiles(DATA_DIR)
-def test_cross_junction_names(cli, tmpdir, datafiles):
+def test_cross_junction_names(cli, datafiles):
project = os.path.join(str(datafiles), 'foo')
copy_subprojects(project, datafiles, ['base'])