Skip to content

Commit

Permalink
chore: add pytest consider_namespace_packages option
Browse files Browse the repository at this point in the history
This is required as of pytest >= 8.1.0.
See pytest-dev/pytest#11475
  • Loading branch information
aaraney committed Mar 11, 2024
1 parent b2f2aff commit 8617437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

[pytest]
addopts = --import-mode=importlib
consider_namespace_packages = true
; environment variables that will be added before tests are run
; key=value pairs with no spaces
; env_vars =
Expand Down

0 comments on commit 8617437

Please sign in to comment.