summaryrefslogtreecommitdiff
path: root/tests/integration/compose.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/compose.py')
-rw-r--r--tests/integration/compose.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/compose.py b/tests/integration/compose.py
index d15821d79..e0de38655 100644
--- a/tests/integration/compose.py
+++ b/tests/integration/compose.py
@@ -76,7 +76,7 @@ def create_compose_element(name, path, config={}):
@pytest.mark.skipif(not HAVE_SANDBOX, reason='Only available with a functioning sandbox')
def test_compose_include(cli, datafiles, include_domains,
exclude_domains, expected):
- project = os.path.join(datafiles.dirname, datafiles.basename)
+ project = str(datafiles)
checkout = os.path.join(cli.directory, 'checkout')
element_path = os.path.join(project, 'elements')
element_name = 'compose/compose-amhello.bst'