mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Update pytest to support python 3.10, pin pytest-xdist, bump eth-utils to >=2,<3
This commit is contained in:
6
setup.py
6
setup.py
@ -7,8 +7,8 @@ from setuptools import (
|
||||
|
||||
extras_require = {
|
||||
'test': [
|
||||
"pytest==5.4.1",
|
||||
"pytest-xdist",
|
||||
"pytest>=6.2.5,<7",
|
||||
"pytest-xdist>=2.4.0,<3",
|
||||
"tox==3.14.6",
|
||||
],
|
||||
'lint': [
|
||||
@ -55,7 +55,7 @@ setup(
|
||||
url='https://github.com/ethereum/<REPO_NAME>',
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
"eth-utils>=1,<2",
|
||||
"eth-utils>=2,<3",
|
||||
],
|
||||
python_requires='>=3.6, <4',
|
||||
extras_require=extras_require,
|
||||
|
||||
Reference in New Issue
Block a user