Skip to content

Commit

Permalink
test: remove safety check
Browse files Browse the repository at this point in the history
Signed-off-by: Saurav Sharma <appdroiddeveloper@gmail.com>
  • Loading branch information
iamsauravsharma committed Oct 17, 2024
1 parent 7b909d2 commit 086f9a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 709 deletions.
2 changes: 0 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ def lint(session: Session):
session.install("ruff", "safety", "pytest", ".")
session.run("ruff", "check", ".")
session.run("ruff", "format", ".", "--check")
requirements_file = session.poetry.export_requirements()
session.run("safety", "check", "-r", str(requirements_file))
session.run("pytest")
Loading

0 comments on commit 086f9a5

Please sign in to comment.