Skip to content

Remove pytest option "--import-mode=importlib"

Franck Bret requested to merge franckbret/swh-scanner:pytest-config-fix into master

Remove the "--import-mode=importlib" option because it was the cause of Pytest errors with relative import modules. Also pin pytest >= 8 version too in test requirements.

Merge request reports