mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-13 12:14:19 +00:00
Update the pytest version to >=4.4 as eth2spec
This commit is contained in:
parent
6289664260
commit
458166af83
@ -1,3 +1,3 @@
|
|||||||
ruamel.yaml==0.16.5
|
ruamel.yaml==0.16.5
|
||||||
eth-utils==1.6.0
|
eth-utils==1.6.0
|
||||||
pytest==3.6.1
|
pytest>=4.4
|
||||||
|
@ -6,6 +6,6 @@ setup(
|
|||||||
install_requires=[
|
install_requires=[
|
||||||
"ruamel.yaml==0.16.5",
|
"ruamel.yaml==0.16.5",
|
||||||
"eth-utils==1.6.0",
|
"eth-utils==1.6.0",
|
||||||
"pytest==3.6.1",
|
"pytest>=4.4",
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user