Skip to content

pytest: Fix tests execution with pytest 8.1

Antoine Lambert requested to merge anlambert/swh-core:pytest-8.1-support into master

Remove use of --import-mode=importlib pytest option and use new option consider_namespace_packages to fix tests execution with latest pytest release.

Edited by Antoine Lambert

Merge request reports