mirror of
https://github.com/bspeice/metrik
synced 2025-05-11 00:11:28 -04:00
Fix pytest issues
This commit is contained in:
parent
adaeab8aa6
commit
848865a82d
@ -1,5 +1,7 @@
|
|||||||
|
import sys
|
||||||
|
|
||||||
|
|
||||||
def pytest_configure(config):
|
def pytest_configure(config):
|
||||||
import sys
|
|
||||||
sys._called_from_test = True
|
sys._called_from_test = True
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user