Revert "Merge 'Reachable assertions in Antithesis Python Test for better logging' from Pedro Muniz"

This reverts commit dbbc3f5190, reversing
changes made to 1cd5a49705. We're missing
some mandatory parameters, causing these to fail under Antithesis.
This commit is contained in:
Pekka Enberg
2025-07-08 17:51:12 +03:00
parent ddbbddfbc3
commit b895381ae6
6 changed files with 15 additions and 14 deletions

View File

@@ -34,7 +34,7 @@ dev = [
"mypy==1.11.0",
"pytest==8.3.1",
"pytest-cov==5.0.0",
"ruff>=0.12.2",
"ruff==0.5.4",
"coverage==7.6.1",
"maturin==1.7.8",
]
@@ -80,6 +80,6 @@ dev = [
"pluggy>=1.6.0",
"pytest>=8.3.1",
"pytest-cov>=5.0.0",
"ruff>=0.12.2",
"ruff>=0.5.4",
"typing-extensions>=4.13.0",
]