Skip to content

Commit

Permalink
ci: fix broken daily dependencies (#5867)
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb authored Nov 12, 2024
1 parent e15b5d7 commit fad9475
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ commands = {envpython} -m pytest -n auto -m "not hypothesis_slow" -m "not serial

[testenv:hypothesis-slow]
deps = {[pinned_versions]deps}
{[testenv]deps}
commands = {envpython} -m pytest \
-m hypothesis_slow \
--hypothesis-show-statistics \
Expand Down Expand Up @@ -226,6 +227,7 @@ commands = {envpython} -m mypy {posargs:cloudinit/ tests/ tools/}

[testenv:tip-pylint]
deps = {[latest_versions]deps}
{[testenv]deps}
commands = {envpython} -m pylint {posargs:.}

[testenv:tip-black]
Expand Down

0 comments on commit fad9475

Please sign in to comment.