Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Sep 2, 2024
1 parent 5785214 commit 2713060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ commands_pre =
pdm sync -G test
python -c 'import pathlib; pathlib.Path("{env_site_packages_dir}/cov.pth").write_text("import coverage; coverage.process_startup()")'
commands =
coverage run -m pytest tests --mypy-only-local-stub {posargs:-n auto}
pdm run coverage run -m pytest tests --mypy-only-local-stub {posargs:-n auto}
allowlist_externals = pdm
package = wheel
wheel_build_env = .pkg
Expand Down

0 comments on commit 2713060

Please sign in to comment.