correct setting pytest.config
This commit is contained in:
parent
7cdefce656
commit
147bb8aea5
|
@ -78,7 +78,7 @@ def pytest_addoption(parser):
|
||||||
|
|
||||||
|
|
||||||
def pytest_configure(config):
|
def pytest_configure(config):
|
||||||
pytest.config = config # compatibiltiy
|
__import__('pytest').config = config # compatibiltiy
|
||||||
|
|
||||||
|
|
||||||
def wrap_session(config, doit):
|
def wrap_session(config, doit):
|
||||||
|
|
Loading…
Reference in New Issue