Skip to content

Commit

Permalink
pin pytest to lower version
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Mar 23, 2024
1 parent 5637950 commit dacf62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@
"pytest>=8.0,<9.0",
"pytest-cov>=4.1,<5.0",
"pytest-instafail>=0.4,<1.0",
"pytest-xdist>=3.5,<4.0",
"pytest-xdist>=3.0,<3.4",
"pytest-split>=0.7.0,<1.0",
"eth-tester[py-evm]>=0.10.0b4,<0.11",
"eth_abi>=4.0.0,<5.0.0",
Expand Down

0 comments on commit dacf62c

Please sign in to comment.