From 0f1375b9ae3d252357c151e8d1f7bb2887f2bcc5 Mon Sep 17 00:00:00 2001 From: antazoey Date: Mon, 20 May 2024 08:16:37 -0500 Subject: [PATCH] chore!: update pytest (#2097) --- setup.py | 4 ++-- tests/functional/geth/test_trace.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f72242d8f1..d4bcdbca7b 100644 --- a/setup.py +++ b/setup.py @@ -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 @@ -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", diff --git a/tests/functional/geth/test_trace.py b/tests/functional/geth/test_trace.py index d9e1b8a9db..14d50f31bc 100644 --- a/tests/functional/geth/test_trace.py +++ b/tests/functional/geth/test_trace.py @@ -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",