We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582e1ee commit 9e67764Copy full SHA for 9e67764
exasol/toolbox/nox/_test.py
@@ -62,13 +62,6 @@ def _integration_tests(
62
pm.hook.post_integration_tests_hook(session=session, config=config, context=context)
63
64
65
-def _pass(
66
- _session: Session, _config: Config, _context: MutableMapping[str, Any]
67
-) -> bool:
68
- """No operation"""
69
- return True
70
-
71
72
def _coverage(
73
session: Session, config: Config, context: MutableMapping[str, Any]
74
) -> None:
0 commit comments