Skip to content

Commit

Permalink
build: updated pytest packages and removed pytest-env
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLiegiBastonLiegi committed Jul 31, 2024
1 parent 71286eb commit 59aadf7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
25 changes: 4 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ optional = true
[tool.poetry.group.tests.dependencies]
torch = "^2.3.1"
tensorflow = { version = "^2.16.1", markers = "sys_platform == 'linux'" }
pytest = "^7.1.2"
pytest = "^7.2.1"
pylint = "3.1.0"
pytest-cov = "^3.0.0"
pytest-env = "^0.8.1"
pytest-cov = "4.0.0"

[tool.poetry.group.benchmark.dependencies]
pytest-benchmark = { version = "^4.0.0", extras = ["histogram"] }
Expand Down

0 comments on commit 59aadf7

Please sign in to comment.