From cb3a9bcbc07b4bf496eea163a5fb73eb54087a6a Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Sun, 2 Mar 2025 19:48:45 +0200 Subject: [PATCH] fix(pc): --- tests/conftest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"):