summaryrefslogtreecommitdiff
path: root/tests/integration/compose-symlinks.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/compose-symlinks.py')
-rw-r--r--tests/integration/compose-symlinks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/compose-symlinks.py b/tests/integration/compose-symlinks.py
index ee7689e6e..6f9e0ea7d 100644
--- a/tests/integration/compose-symlinks.py
+++ b/tests/integration/compose-symlinks.py
@@ -19,7 +19,7 @@ DATA_DIR = os.path.join(
# noinspection PyUnusedLocal
@pytest.mark.datafiles(DATA_DIR)
def test_compose_symlinks(cli, tmpdir, datafiles):
- project = os.path.join(datafiles.dirname, datafiles.basename)
+ project = str(datafiles)
# Symlinks do not survive being placed in a source distribution
# ('setup.py sdist'), so we have to create the one we need here.