Remove redundant pytest_plugins assignment

This commit is contained in:
Bojan Serafimov
2022-02-16 17:44:01 -05:00
committed by Kirill Bulatov
parent ce533835e5
commit ad262a46ad
40 changed files with 6 additions and 110 deletions

View File

@@ -5,12 +5,6 @@ from fixtures.compare_fixtures import PgCompare, VanillaCompare, ZenithCompare
from fixtures.benchmark_fixture import MetricReport, ZenithBenchmarker
from fixtures.log_helper import log
pytest_plugins = (
"fixtures.zenith_fixtures",
"fixtures.benchmark_fixture",
"fixtures.compare_fixtures",
)
#
# Run a very short pgbench test.