Add `tests/__init__.py` for `.conftest` imports
I must have had a local touched file but never committed or something? Seems that new `pytest` requires a top level `tests` pkg in order for relative `.conftest` imports to work.sc_super_proto_dgrams
parent
e10ab9741d
commit
dd9fe0b043
|
@ -14,7 +14,7 @@ import tractor
|
|||
from tractor._testing import (
|
||||
tractor_test,
|
||||
)
|
||||
from conftest import no_windows
|
||||
from .conftest import no_windows
|
||||
|
||||
|
||||
def is_win():
|
||||
|
|
Loading…
Reference in New Issue