Skip to content

Commit

Permalink
Prevent user tox config from breaking tox-uv testing
Browse files Browse the repository at this point in the history
Fixes: #130
  • Loading branch information
ssbarnea committed Jan 15, 2025
1 parent 8ed18f9 commit fa2fc19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pass_env =
PYTEST_*
set_env =
COVERAGE_FILE = {work_dir}/.coverage.{env_name}
TOX_USER_CONFIG_FILE = /dev/null
commands =
python -m pytest {tty:--color=yes} {posargs: \
--cov {env_site_packages_dir}{/}tox_uv --cov {tox_root}{/}tests \
Expand Down

0 comments on commit fa2fc19

Please sign in to comment.