does this make dotnet pass?

This commit is contained in:
Anthony Sottile 2022-12-06 14:17:38 -05:00
parent cb0bcfd67f
commit fb3e0977f8
5 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@ deps = -rrequirements-dev.txt
passenv = APPDATA HOME LOCALAPPDATA PROGRAMFILES RUSTUP_HOME
commands =
coverage erase
coverage run -m pytest {posargs:tests}
coverage run -m pytest {posargs:tests} -k dotnet
coverage report
[testenv:pre-commit]