Skip to content

Commit

Permalink
QA
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-torres-marroquin committed Dec 10, 2024
1 parent bd6743a commit 4af46cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfiles/setup_tests_nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def pytest_ctl(session: Session, mark: str, coverage_arg: str) -> None:
CONTAINER_NAME,
"pytest",
coverage_arg,
"-x",
"-m",
"external",
"tests/ctl",
Expand All @@ -96,6 +95,7 @@ def pytest_ctl(session: Session, mark: str, coverage_arg: str) -> None:
"pytest",
coverage_arg,
"tests/ctl/",
"-x",
"-m",
mark,
)
Expand Down

0 comments on commit 4af46cf

Please sign in to comment.