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