Skip to content

Commit cb3a9bc

Browse files
committed
fix(pc):
1 parent 3b2f407 commit cb3a9bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
import pytest
21
import os
32

3+
import pytest
4+
45

56
def pytest_runtest_setup(item):
67
if "slow" in item.keywords and not os.getenv("RUN_SLOW_TESTS"):

0 commit comments

Comments
 (0)