Skip to content

Commit

Permalink
forces a pytest downgrade due to an incompatibility between pytest 8.…
Browse files Browse the repository at this point in the history
…1.0, pluggy, and nbval
  • Loading branch information
peterdsharpe committed Mar 4, 2024
1 parent d6170fa commit 91d7c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
'shapely >= 2',
],
"test": [
'pytest',
'pytest<=8.0.2',
'nbval'
],
"docs": [
Expand Down

0 comments on commit 91d7c50

Please sign in to comment.