Skip to content

Commit

Permalink
Merge pull request #85 from TrisCC/fix-dependency
Browse files Browse the repository at this point in the history
Fix pytest version to 7.3.2 to resolve pytest-lazy-fixture dependency error
  • Loading branch information
janvanrijn authored Apr 16, 2024
2 parents e691986 + 4a909a2 commit fad844e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,6 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

# VSCode Configs
.vscode/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dev = [
"black",
"isort",
"tox",
"pytest",
"pytest==7.3.2",
"pre-commit",
"flake8",
"mypy",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description = run the tests with pytest
package = wheel
wheel_build_env = .pkg
deps =
pytest>=6
pytest==7.3.2
flake8
black
isort
Expand Down

0 comments on commit fad844e

Please sign in to comment.