mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
pyopenssl: skip test that fails on 32-bit architectures
This commit is contained in:
parent
3022d75781
commit
9c9cf1ebbd
@ -56,7 +56,7 @@ let
|
||||
optionals (versionAtLeast (getVersion openssl.name) "1.1") failingOpenSSL_1_1Tests
|
||||
) ++ (
|
||||
# https://github.com/pyca/pyopenssl/issues/974
|
||||
optionals stdenv.isi686 [ "test_verify_with_time" ]
|
||||
optionals stdenv.is32bit [ "test_verify_with_time" ]
|
||||
);
|
||||
|
||||
# Compose the final string expression, including the "-k" and the single quotes.
|
||||
|
Loading…
Reference in New Issue
Block a user