Skip to content

Commit

Permalink
chore!: update pytest (#2097)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed May 31, 2024
1 parent d9165b4 commit 0f1375b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

extras_require = {
"test": [ # `test` GitHub Action jobs uses this
"pytest-xdist>=3.5.0,<4", # Multi-process runner
"pytest-xdist>=3.6.1,<4", # Multi-process runner
"pytest-cov>=4.0.0,<5", # Coverage analyzer plugin
"pytest-mock", # For creating mocks
"pytest-timeout>=2.2.0,<3", # For avoiding timing out during tests
Expand Down Expand Up @@ -106,7 +106,7 @@
"pluggy>=1.3,<2",
"pydantic>=2.6.4,<3",
"pydantic-settings>=2.0.3,<3",
"pytest>=6.0,<8.0",
"pytest>=8.0,<9.0",
"python-dateutil>=2.8.2,<3",
"PyYAML>=5.0,<7",
"requests>=2.28.1,<3",
Expand Down
1 change: 1 addition & 0 deletions tests/functional/geth/test_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ def test_printing_debug_logs_compat(geth_provider, geth_account, vyper_printing)
assert receipt.debug_logs_typed[0][0] == num


@geth_process_test
def test_call_trace_supports_debug_trace_call(geth_contract, geth_account):
tx = {
"chainId": "0x539",
Expand Down

0 comments on commit 0f1375b

Please sign in to comment.