Skip to content

Commit

Permalink
Merge branch 'main' into aholmes-fix-config-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aholmes authored Sep 5, 2024
2 parents 5c736ea + 8d8768f commit 321431e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ legacy_tox_ini = """
[testenv]
# these options make Tox use the existing .venv dir created by venv
envdir = {env:VENV:.venv}
usedevelop = true
recreate = false
skip_install = true
Expand All @@ -211,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 321431e

Please sign in to comment.