Skip to content

Commit d9deb5a

Browse files
committed
update dependencies
1 parent 7a44894 commit d9deb5a

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

pytest.ini

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[pytest]
2+
console_output_style = count
3+
minversion = 7.0
4+
python_files = *.py
5+
testpaths = tests/
6+
markers =
7+
slow
8+
pre_alloc_modify
9+
ported_from
10+
addopts =
11+
-p pytest_plugins.concurrency
12+
-p pytest_plugins.filler.pre_alloc
13+
-p pytest_plugins.solc.solc
14+
-p pytest_plugins.filler.filler
15+
-p pytest_plugins.filler.static_filler
16+
-p pytest_plugins.shared.execute_fill
17+
-p pytest_plugins.forks.forks
18+
-p pytest_plugins.help.help
19+
--tb short
20+
--ignore tests/cancun/eip4844_blobs/point_evaluation_vectors/
21+
# these customizations require the pytest-custom-report plugin
22+
report_passed_verbose = FILLED
23+
report_xpassed_verbose = XFILLED

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ install_requires =
129129
py-ecc>=8.0.0b2,<9
130130
ethereum-types>=0.2.1,<0.3
131131
ethereum-rlp>=0.1.4,<0.2
132+
ethereum-execution-spec-tests @ git+https://github.com/gurukamath/execution-spec-tests@1e7ed90ce77a24296123bfb6cce3550989b2c7e2
133+
ethereum-spec-evm-resolver @ git+https://github.com/petertdavies/ethereum-spec-evm-resolver
132134

133135
[options.package_data]
134136
ethereum =
@@ -165,11 +167,11 @@ docc.plugins.html =
165167

166168
[options.extras_require]
167169
test =
168-
pytest>=7.4.0,<8
170+
pytest>=8,<9
169171
pytest-cov>=4.1.0,<5
170172
pytest-xdist>=3.3.1,<4
171173
GitPython>=3.1.0,<3.2
172-
filelock>=3.12.3,<3.13
174+
filelock>=3.15.1,<4
173175
requests
174176
requests-cache>=1.2.1,<2
175177

0 commit comments

Comments
 (0)