Skip to content

Commit

Permalink
chore: remove dependency on py (intel#3235)
Browse files Browse the repository at this point in the history
* chore: remove dependency on py

py used to be a dependency of pytest, and we had it explicitly added to our
requirements file as a workaround to avoid an older vulnerable version.  As of
pytest 7.2.0 this dependency is no longer required.

Signed-off-by: Terri Oda <terri.oda@intel.com>
  • Loading branch information
terriko authored Aug 14, 2023
1 parent bac0505 commit e0fe54a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ flake8==6.1.0; python_version >= "3.8"
bandit==1.7.5
gitlint==v0.19.1
mypy==v1.4.1
py>=1.10.0
pytest
pytest>=7.2.0
pytest-xdist
pytest-cov
pytest-asyncio
Expand Down

0 comments on commit e0fe54a

Please sign in to comment.