diff options
Diffstat (limited to 'tests/integration/cachedfail.py')
-rw-r--r-- | tests/integration/cachedfail.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/integration/cachedfail.py b/tests/integration/cachedfail.py index ad91ea978..aa2769643 100644 --- a/tests/integration/cachedfail.py +++ b/tests/integration/cachedfail.py @@ -10,9 +10,6 @@ from tests.testutils import create_artifact_share from tests.testutils.site import HAVE_BWRAP, IS_LINUX, HAVE_SANDBOX -pytestmark = pytest.mark.integration - - DATA_DIR = os.path.join( os.path.dirname(os.path.realpath(__file__)), "project" |