Skip to content

Commit

Permalink
drop the noxfile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
djivey committed Jan 20, 2025
1 parent 6955bb0 commit 0f98615
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ def tests(session):
"COVERAGE_FILE": str(COVERAGE_REPORT_DB),
# Instruct sub processes to also run under coverage
"COVERAGE_PROCESS_START": str(REPO_ROOT / ".coveragerc"),
# Add this to prevent kind cluster name conflicts in parallel tests
"PYTEST_ADDOPTS": "--no-cov-on-fail --dist=no",
}

session.run("coverage", "erase")
Expand Down

0 comments on commit 0f98615

Please sign in to comment.