Skip to content

Commit

Permalink
Upgrade pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Apr 27, 2024
1 parent 13b4351 commit db9d2f0
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 31 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Icon*
/.coverage
/.coverage.*
/htmlcov/
coverage.xml

# Build and release directories
/build/
Expand Down
54 changes: 27 additions & 27 deletions poetry.lock

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

9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ types-freezegun = "*"
types-setuptools = "*"

# Testing
pytest = "^7.3"
pytest-cov = "^4.1"
pytest-describe = "^2.0"
pytest = "^8.1"
pytest-cov = "^5.0"
pytest-describe = "^2.2"
pytest-expecter = "^3.0"
pytest-random = "*"
freezegun = "*"

# Reports
coveragespace = "^6.0"
coveragespace = "^6.1"

# Documentation
mkdocs = "^1.2.3"
Expand Down Expand Up @@ -116,6 +116,7 @@ addopts = """
-r sxX
--show-capture=log
--cov=gitman
--cov-report=html
--cov-report=term-missing:skip-covered
--no-cov-on-fail
Expand Down

0 comments on commit db9d2f0

Please sign in to comment.