Commit 5107b3f7 authored by Nikolay Amiantov's avatar Nikolay Amiantov
Browse files

sleekxmpp: fix SSL certificates checks

parent d2ce3a9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8451,7 +8451,7 @@ in {
    name = "sleekxmpp-${version}";
    version = "1.3.3";
    propagatedBuildInputs = with self; [ dnspython pyasn1 gevent ];
    propagatedBuildInputs = with self; [ dnspython pyasn1 pyasn1-modules gevent ];
    checkInputs = [ pkgs.gnupg ];
    checkPhase = "${python.interpreter} testall.py";
    doCheck = false; # Tests failed all this time and upstream doesn't seem to care.