diff --git a/tests/conftest.py b/tests/conftest.py index 85a0fbb..a1c7de0 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,6 +1,7 @@ -import pytest import os +import pytest + def pytest_runtest_setup(item): if "slow" in item.keywords and not os.getenv("RUN_SLOW_TESTS"):