mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +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 = {
|
extras_require = {
|
||||||
'test': [
|
'test': [
|
||||||
"pytest==5.4.1",
|
"pytest>=6.2.5,<7",
|
||||||
"pytest-xdist",
|
"pytest-xdist>=2.4.0,<3",
|
||||||
"tox==3.14.6",
|
"tox==3.14.6",
|
||||||
],
|
],
|
||||||
'lint': [
|
'lint': [
|
||||||
@ -55,7 +55,7 @@ setup(
|
|||||||
url='https://github.com/ethereum/<REPO_NAME>',
|
url='https://github.com/ethereum/<REPO_NAME>',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"eth-utils>=1,<2",
|
"eth-utils>=2,<3",
|
||||||
],
|
],
|
||||||
python_requires='>=3.6, <4',
|
python_requires='>=3.6, <4',
|
||||||
extras_require=extras_require,
|
extras_require=extras_require,
|
||||||
|
|||||||
Reference in New Issue
Block a user