Skip to content

Commit

Permalink
deps: set upper bound on pytest-celery
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed May 10, 2024
1 parent a5dfe35 commit 7306871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ docs = [
]
tests = [
"pytest>=7,<9",
"pytest-celery",
"pytest-celery<1",
"pytest-cov>=4.1.0",
"pytest-mock",
"pytest-rerunfailures",
Expand Down

0 comments on commit 7306871

Please sign in to comment.