Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Aug 28, 2023
1 parent 0735276 commit c676adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_verify_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1041,10 +1041,10 @@ def test_hashlib_fips_module(pipexec, pyexec, build):
"import hashlib; hashlib.md5(b'')",
],
check=False,
stdout=subprocess.PIPE,
env=env,
capture_output=True,
)
assert b"ValueError" in proc.stdout
assert b"ValueError" in proc.stderr


@pytest.mark.skip_unless_on_linux
Expand Down

0 comments on commit c676adb

Please sign in to comment.