Skip to content

Commit

Permalink
mention known bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberma committed Sep 22, 2024
1 parent fe009c4 commit e08f09c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flapy/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@ def run(self) -> Optional[Tuple[str, str]]:
# START BUILDING COMMAND
command = ""

# USE TRACING?
# USE TRACING? (known bug: `pytest_trace` is not installed to the virtualenv created
# earlier, but to the outer poetry environment)
if self._config.trace not in [None, ""]:
command += f'pytest_trace "{self._config.trace}" {self._trace_output_file} '
else:
Expand Down

0 comments on commit e08f09c

Please sign in to comment.