diff --git a/pytest.ini b/pytest.ini index 2de77d0..657a529 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,6 +3,6 @@ addopts = # we need this to avoid conflicts between the autoloaded fixture, # and the manually loaded one. -p no:pytest_swh_scheduler - --import-mode=importlib norecursedirs = build docs .* asyncio_mode = strict +consider_namespace_packages = true diff --git a/requirements-test.txt b/requirements-test.txt index b7275cd..442fd85 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ pandas -pytest +pytest >= 8.1 pytest-mock requests_mock swh-scheduler[testing]