diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2019-03-01 17:45:48 +0000 |
---|---|---|
committer | Chandan Singh <csingh43@bloomberg.net> | 2019-03-01 17:46:08 +0000 |
commit | 43230346bb25b7fc3dd1be07c26962d2aa639e78 (patch) | |
tree | 96145e8d0e71e5979ccc5f7fd1ef505879d041c0 /tests/integration/stack.py | |
parent | 1eba1fed210d9814a06ef2b9a24610132b18235c (diff) | |
download | buildstream-chandan/remove-unused-pytestmark.tar.gz |
tests: Remove unused `pytestmark` variablechandan/remove-unused-pytestmark
Diffstat (limited to 'tests/integration/stack.py')
-rw-r--r-- | tests/integration/stack.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/integration/stack.py b/tests/integration/stack.py index d5208d7be..1f5b1fd73 100644 --- a/tests/integration/stack.py +++ b/tests/integration/stack.py @@ -6,9 +6,6 @@ from buildstream.plugintestutils import cli_integration as cli from tests.testutils.site import HAVE_SANDBOX -pytestmark = pytest.mark.integration - - DATA_DIR = os.path.join( os.path.dirname(os.path.realpath(__file__)), "project" |