Skip to content

Commit

Permalink
upgraded pytest to 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen, David (398B-Affiliate) committed Apr 30, 2024
1 parent 01b7abd commit 71eec66
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 62 deletions.
100 changes: 40 additions & 60 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ description = ""
authors = ["Yen, David (398B-Affiliate) <[email protected]>"]

[tool.poetry.dependencies]
python = "3.10.14"
python = "^3.10"
cumulus-process = "1.3.0"

[tool.poetry.dev-dependencies]
pytest-cov = "^3.0.0"
pytest = "^5.2"
pytest = "^7.2.0"
pylint = "^2.12.2"
flake8 = "^4.0.1"

Expand Down

0 comments on commit 71eec66

Please sign in to comment.