
Remove use of --import-mode=importlib pytest option and use new option consider_namespace_packages to fix tests execution with latest pytest release.
8 lines
236 B
INI
8 lines
236 B
INI
[pytest]
|
|
addopts =
|
|
# we need this to avoid conflicts between the autoloaded fixture,
|
|
# and the manually loaded one.
|
|
-p no:pytest_swh_scheduler
|
|
norecursedirs = build docs .*
|
|
asyncio_mode = strict
|
|
consider_namespace_packages = true
|