This commit is contained in:
Alexander Myasoedov
2025-03-02 19:48:45 +02:00
parent 3b2f407f2d
commit cb3a9bcbc0
+2 -1
View File
@@ -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"):