Skip to content

Commit

Permalink
remove xfail strict
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Mar 27, 2024
1 parent 70e5bc5 commit 4bc949f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,5 @@ def check_evm_version_marker(request):
version = marker.args[0]
if not version_check(version):
request.node.add_marker(
pytest.mark.xfail(
reason="Wrong EVM version", raises=EvmVersionException, strict=True
)
pytest.mark.xfail(reason="Wrong EVM version", raises=EvmVersionException)
)

0 comments on commit 4bc949f

Please sign in to comment.