Skip to content

Commit

Permalink
Disable pyopenssl tests temporarily, due to hardcoded certificate tha…
Browse files Browse the repository at this point in the history
…t depend on a date before June 10-11 2017. Newest version of pyopenssl still has the same certificates as far as I could see.
  • Loading branch information
rbvermaa committed Jun 26, 2017
1 parent 17e9509 commit 5cff203
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -21471,6 +21471,10 @@ in {
sed -i 's/test_set_default_verify_paths/noop/' tests/test_ssl.py
'';

# 20170626: Disable tests until the hardcoded certificates in the
# test sources are updated. This stopped working around June 10-11 2017.
doCheck = false;

checkPhase = ''
runHook preCheck
export LANG="en_US.UTF-8";
Expand Down

0 comments on commit 5cff203

Please sign in to comment.