summaryrefslogtreecommitdiff
path: root/tests/examples/autotools.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/autotools.py')
-rw-r--r--tests/examples/autotools.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/examples/autotools.py b/tests/examples/autotools.py
index 96827ff4c..ad2127587 100644
--- a/tests/examples/autotools.py
+++ b/tests/examples/autotools.py
@@ -5,8 +5,6 @@ from buildstream.plugintestutils import cli_integration as cli
from buildstream.plugintestutils.integration import assert_contains
from tests.testutils.site import HAVE_BWRAP, IS_LINUX, MACHINE_ARCH
-pytestmark = pytest.mark.integration
-
DATA_DIR = os.path.join(
os.path.dirname(os.path.realpath(__file__)), '..', '..', 'doc', 'examples', 'autotools'
)