Skip to content

Commit 5cff203

Browse files
committedJun 26, 2017
Disable pyopenssl tests temporarily, due to hardcoded certificate that depend on a date before June 10-11 2017. Newest version of pyopenssl still has the same certificates as far as I could see.
1 parent 17e9509 commit 5cff203

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎pkgs/top-level/python-packages.nix

+4
Original file line numberDiff line numberDiff line change
@@ -21471,6 +21471,10 @@ in {
2147121471
sed -i 's/test_set_default_verify_paths/noop/' tests/test_ssl.py
2147221472
'';
2147321473

21474+
# 20170626: Disable tests until the hardcoded certificates in the
21475+
# test sources are updated. This stopped working around June 10-11 2017.
21476+
doCheck = false;
21477+
2147421478
checkPhase = ''
2147521479
runHook preCheck
2147621480
export LANG="en_US.UTF-8";

0 commit comments

Comments
 (0)