Skip to content

Commit

Permalink
Remove unnecessary envvar from Tox config.
Browse files Browse the repository at this point in the history
This envvar is passed through without defining in the Tox config.
  • Loading branch information
aholmes committed Sep 5, 2024
1 parent 782bb19 commit 529cf20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ legacy_tox_ini = """
# for a subset of tests in the monorepo rather
# than for all tests in the repo.
PYTEST_ADDOPTS = --cov={env:PYTEST_TARGET:.}
# additional pytest flags - defaults to no flags
PYTEST_FLAGS = {env:PYTEST_FLAGS:}
commands =
# use `.` add the default --cov option if it's not specified
pytest {env:PYTEST_FLAGS} {env:PYTEST_ADDOPTS:--cov=.} {env:PYTEST_TARGET}
Expand Down

0 comments on commit 529cf20

Please sign in to comment.