From d6d33c94751bd47ca77d2b2e4ac246a2dd1328a6 Mon Sep 17 00:00:00 2001 From: Benjamin Schubert Date: Thu, 28 Feb 2019 19:31:03 +0000 Subject: tests: Remove unused variables --- tests/integration/compose-symlinks.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/integration/compose-symlinks.py') diff --git a/tests/integration/compose-symlinks.py b/tests/integration/compose-symlinks.py index 027feea7c..aa943deff 100644 --- a/tests/integration/compose-symlinks.py +++ b/tests/integration/compose-symlinks.py @@ -21,11 +21,10 @@ DATA_DIR = os.path.join( # Test that staging a file inside a directory symlink fails. # # Regression test for https://gitlab.com/BuildStream/buildstream/issues/270 +# noinspection PyUnusedLocal @pytest.mark.datafiles(DATA_DIR) def test_compose_symlinks(cli, tmpdir, datafiles): project = os.path.join(datafiles.dirname, datafiles.basename) - checkout = os.path.join(cli.directory, 'checkout') - element_path = os.path.join(project, 'elements') # Symlinks do not survive being placed in a source distribution # ('setup.py sdist'), so we have to create the one we need here. -- cgit v1.2.1