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
|
||||
eth-utils==1.6.0
|
||||
pytest==3.6.1
|
||||
pytest>=4.4
|
||||
|
|
|
@ -6,6 +6,6 @@ setup(
|
|||
install_requires=[
|
||||
"ruamel.yaml==0.16.5",
|
||||
"eth-utils==1.6.0",
|
||||
"pytest==3.6.1",
|
||||
"pytest>=4.4",
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue