Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed May 31, 2024
1 parent f54a2d4 commit 823d7e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ envlist =

[testenv]
deps = {[base]testdeps}
extras = {[base]extras}
commands_pre = /bin/mkdir -p {[base]basetemp}
commands = python -m pytest --basetemp=tmptestdir/{envname} tests/unit {posargs}
allowlist_externals =
Expand Down Expand Up @@ -98,6 +99,7 @@ deps =
mypy
types-requests
types-PyYAML
extras = {[base]extras}
commands =
ruff format --check {[base]path}
ruff check {[base]path}
Expand All @@ -116,6 +118,7 @@ deps =
{[base]testdeps}
coverage[toml]
pytest-cov
extras = {[base]extras}
commands =
python -m pytest --cov={[base]name} --basetemp=tmptestdir/{envname} tests/unit {posargs}
coverage xml
Expand Down

0 comments on commit 823d7e7

Please sign in to comment.