From 0951e10bb483a4c188a55df871dfa51cce772958 Mon Sep 17 00:00:00 2001 From: Benjamin Schubert Date: Wed, 5 Jun 2019 18:38:16 +0100 Subject: tests/artifactcache/pull: Remove unused variable --- tests/artifactcache/pull.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/artifactcache/pull.py b/tests/artifactcache/pull.py index 77afbbdfb..d5f2c1f06 100644 --- a/tests/artifactcache/pull.py +++ b/tests/artifactcache/pull.py @@ -203,7 +203,6 @@ def test_pull_tree(cli, tmpdir, datafiles): # Load the project and CAS cache project = Project(project_dir, context) project.ensure_fully_loaded() - artifactcache = context.artifactcache cas = context.get_cascache() # Assert that the element's artifact is cached -- cgit v1.2.1