Skip to content

Commit

Permalink
Removed dependency to unmaintained py package
Browse files Browse the repository at this point in the history
Details:

* The py package is no longer maintained, but still used by pytest<7.2.0.
  This change increases pytest to 8.0.0 and removes the dependency to
  the py package.

Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Oct 9, 2024
1 parent 9725510 commit 14ba1dd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .safety-policy-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ security:
# reason: {text} # optional: Reason for ignoring it. Will be reported in the Safety reports
# expires: {date} # optional: Date when this ignore will expire
ignore-vulnerabilities:
51457:
reason: Py package is no longer being fixed (latest version 1.11.0)

# Continue with exit code 0 when vulnerabilities are found.
continue-on-vulnerability-error: False
1 change: 1 addition & 0 deletions changes/noissue.4.cleanup.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dev: Removed dependency to unmaintained py package.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ bandit>=1.7.8
# PyYAML is used by bandit and is covered in requirements.txt

# Unit test (imports into testcases):
pytest>=6.2.5
pytest>=8.0.0
importlib-metadata>=4.8.3
colorama>=0.4.6

Expand Down
3 changes: 1 addition & 2 deletions minimum-constraints-develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ bandit==1.7.8
# PyYAML is used by bandit and is covered in minimum-constraints-install.txt

# Unit test (imports into testcases):
pytest==6.2.5
pytest==8.0.0
pluggy==1.3.0
importlib-metadata==4.8.3
colorama==0.4.6
Expand Down Expand Up @@ -112,7 +112,6 @@ iniconfig==1.1.1 # used by pytest since its 6.0.0
keyring==18.0.0
more-itertools==8.0.0
pkginfo==1.4.2
py==1.11.0
pyparsing==2.4.5
requests-toolbelt==0.8.0
rfc3986==1.4.0 # used by twine since its 3.2.0
Expand Down

0 comments on commit 14ba1dd

Please sign in to comment.