Skip to content

Commit

Permalink
chore(dependency): Fix pytest version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Walz committed Jul 5, 2023
1 parent 7e5c941 commit 65d2dba
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ flake8-isort = "*"
flake8-quotes = "*"
ipdb = "*"
pre-commit = "*"
pytest = "7.2.1" # pinning because of conflicting dependencies with exceptiongroup
pytest = "==7.2.1" # pinning because of conflicting dependencies with exceptiongroup
pytest-mock = "*"
pytest-socket = "*"
pytest-voluptuous = "*"
Expand Down
35 changes: 19 additions & 16 deletions Pipfile.lock

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

0 comments on commit 65d2dba

Please sign in to comment.