Skip to content

Commit 5ee0520

Browse files
committed
Install ppbt before cryptography
1 parent 6539a98 commit 5ee0520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_verify_build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,6 +1648,7 @@ def rockycontainer(build):
16481648

16491649
@pytest.mark.skip_on_windows
16501650
def test_no_openssl_binary(rockycontainer, pipexec):
1651+
_install_ppbt(pipexec)
16511652
env = os.environ.copy()
16521653
env["RELENV_BUILDENV"] = "yes"
16531654
proc = subprocess.run(

0 commit comments

Comments
 (0)