Skip to content

Commit

Permalink
Quick resolution of #2003 (#2004)
Browse files Browse the repository at this point in the history
quick resolution of #2003

major upgrade of package safty has breaking changes, leads to failure in CI/CD
  • Loading branch information
jensens authored Jan 23, 2024
1 parent e522b69 commit 0fb68d9
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 @@ -35,7 +35,7 @@ commands = pytest --color=yes --cov-report=html --cov-report=xml --cov-branch --

[testenv:safety]
description = Check with safety
deps = safety
deps = safety==2.3.5
commands = safety --disable-telemetry check --full-report


Expand Down

0 comments on commit 0fb68d9

Please sign in to comment.