summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conftest.py')
-rwxr-xr-xtests/conftest.py14
1 files changed, 3 insertions, 11 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 05a4853f6..610423443 100755
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -28,9 +28,7 @@ from buildstream.testing._fixtures import (
reset_global_node_state,
thread_check,
) # pylint: disable=unused-import
-from buildstream.testing.integration import (
- integration_cache,
-) # pylint: disable=unused-import
+from buildstream.testing.integration import integration_cache # pylint: disable=unused-import
from tests.testutils.repo.git import Git
@@ -51,17 +49,11 @@ from tests.testutils.repo.zip import Zip
#################################################
def pytest_addoption(parser):
parser.addoption(
- "--integration",
- action="store_true",
- default=False,
- help="Run integration tests",
+ "--integration", action="store_true", default=False, help="Run integration tests",
)
parser.addoption(
- "--remote-execution",
- action="store_true",
- default=False,
- help="Run remote-execution tests only",
+ "--remote-execution", action="store_true", default=False, help="Run remote-execution tests only",
)