Skip to content

Commit

Permalink
Merge pull request #164 from dcermak/fix-import-hook
Browse files Browse the repository at this point in the history
Fix spelling pytest_confainer -> pytest_container in install_import_hook()
  • Loading branch information
dcermak authored Oct 5, 2023
2 parents aa0c4ba + a7f36e0 commit 8165bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def pytest_addoption(parser):

def pytest_configure(config):
set_logging_level_from_cli_args(config)
install_import_hook("pytest_confainer")
install_import_hook("pytest_container")

0 comments on commit 8165bfc

Please sign in to comment.