From 027552e37249730d54ea07a3aea1055cea4a31c7 Mon Sep 17 00:00:00 2001 From: Atharva Arya Date: Fri, 24 May 2024 15:05:09 +0530 Subject: [PATCH] Format using black --- tardis/tests/integration_tests/conftest.py | 1 - tardis/tests/integration_tests/runner.py | 1 - 2 files changed, 2 deletions(-) diff --git a/tardis/tests/integration_tests/conftest.py b/tardis/tests/integration_tests/conftest.py index 82e3fc3cd29..2392fbe8446 100644 --- a/tardis/tests/integration_tests/conftest.py +++ b/tardis/tests/integration_tests/conftest.py @@ -10,7 +10,6 @@ # from tardis import __githash__ as tardis_githash - def pytest_configure(config): integration_tests_configpath = config.getvalue("integration-tests") if integration_tests_configpath: diff --git a/tardis/tests/integration_tests/runner.py b/tardis/tests/integration_tests/runner.py index 45a8ca5afbf..ccd11b136a8 100644 --- a/tardis/tests/integration_tests/runner.py +++ b/tardis/tests/integration_tests/runner.py @@ -36,4 +36,3 @@ def run_tests(): f"{less_packets}", ] subprocess.call(test_command) -