Skip to content

Commit 8135417

Browse files
committed
1 parent 2289ef3 commit 8135417

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

noxfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ def safety(session: nox.Session) -> None:
3838
session.install(".[dev]")
3939
session.install("safety")
4040
# Ignore https://github.com/pytest-dev/py/issues/287
41-
session.run("safety", "check", "--full-report", "-i", "51457")
41+
# Ignore https://bugzilla.redhat.com/show_bug.cgi?id=1677653#c4
42+
session.run("safety", "check", "--full-report", "-i", "51457", "-i", "70612")
4243

4344

4445
@nox.session

0 commit comments

Comments
 (0)