Merge pull request #4950 from GvS666/master

Change pytest import mode to importlib
This commit is contained in:
Jelmer 2024-04-02 18:59:03 +02:00 committed by GitHub
commit 9956f2b2e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
# ==== pytest ====
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "--ds=config.settings.test --reuse-db"
addopts = "--ds=config.settings.test --reuse-db --import-mode=importlib"
python_files = [
"tests.py",
"test_*.py",