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
|
optionals (versionAtLeast (getVersion openssl.name) "1.1") failingOpenSSL_1_1Tests
|
||||||
) ++ (
|
) ++ (
|
||||||
# https://github.com/pyca/pyopenssl/issues/974
|
# 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.
|
# Compose the final string expression, including the "-k" and the single quotes.
|
||||||
|
|
Loading…
Reference in New Issue