Skip to content

Commit

Permalink
Update pytest, and pytest-xdist to support python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Jan 12, 2022
1 parent c21c765 commit 61dbf57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
HYPOTHESIS_REQUIREMENT,
],
'test': [
"pytest==4.4.1",
"pytest>=6.2.5,<7",
"pytest-pythonpath>=0.7.1",
"pytest-xdist==1.22.3",
"pytest-xdist>=2.5.0,<3",
"tox>=2.9.1,<3",
"eth-hash[pycryptodome]",
HYPOTHESIS_REQUIREMENT,
Expand Down

0 comments on commit 61dbf57

Please sign in to comment.