Skip to content

Commit

Permalink
Fix for mindeps build (fails on latest attrs) (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen committed Aug 5, 2024
1 parent 8e0dbc1 commit 2ad01f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ description = "run tests with pytest"
usedevelop = true
extras = dev
deps =
# attrs v23.2.0 is needed for mindeps because jsonschema==4.18.0
# is uses `hash=True` which was deprecated after this version
mindeps: attrs==23.2.0
mindeps: jsonschema==4.18.0
mindeps: click==8.0.0
mindeps: requests==2.0.0
Expand Down

0 comments on commit 2ad01f7

Please sign in to comment.