Skip to content

Commit 9cbb5b8

Browse files
authored
fix(cli): Add pytest_plugins.pytest_hive.pytest_hive to Hive processor (#1672)
1 parent 6ed3832 commit 9cbb5b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cli/pytest_commands/processors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ def process_args(self, args: List[str]) -> List[str]:
9292
if os.getenv("HIVE_LOGLEVEL") is not None:
9393
warnings.warn("HIVE_LOG_LEVEL is not yet supported.", stacklevel=2)
9494

95+
modified_args.extend(["-p", "pytest_plugins.pytest_hive.pytest_hive"])
96+
9597
return modified_args
9698

9799
def _has_regex_or_sim_limit(self, args: List[str]) -> bool:

0 commit comments

Comments
 (0)