Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
- name: Run bandit test
run: tox -e bandit

- name: Run safety dependency scan
run: tox -e safety

- name: Run auto-tests
run: tox -e cov-ci

Expand Down
15 changes: 0 additions & 15 deletions .safety-policy.yml

This file was deleted.

3 changes: 0 additions & 3 deletions test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ pytest-cov
mypy
importlib-metadata
bandit
safety
freezegun
# marshmallow (dependency of safety) version 4.0 introduces breaking changes
marshmallow<4
5 changes: 0 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ usedevelop=true
commands=
bandit -r -ll -c bandit.yaml .

[testenv:safety]
usedevelop=true
commands=
safety check --output json {posargs}

[testenv:docs]
use_develop=true
deps=
Expand Down