Skip to content

Commit

Permalink
fix: Downgrades pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hui committed Nov 14, 2023
1 parent e30b39a commit 9d2a1c0
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 9 deletions.
50 changes: 42 additions & 8 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry.group.dev.dependencies]
pylint = "^3.0.2"
pytest = "^7.4.3"
pytest = "6.2.5"
nas_unzip = { git="https://github.com/UCSD-E4E/synology-download.git", rev="dcca086" }
synology-api = "0.5.1"
autopep8 = "^2.0.4"
Expand Down

0 comments on commit 9d2a1c0

Please sign in to comment.