Merge pull request #105890 from SuperSandro2000/acme-tests

pythonPackages.acme: Disable tests
This commit is contained in:
Sandro
2020-12-23 20:37:39 +01:00
committed by GitHub

View File

@@ -1,6 +1,5 @@
{ buildPythonPackage
, certbot
, pytest
, cryptography
, pyasn1
, pyopenssl
@@ -25,7 +24,9 @@ buildPythonPackage rec {
werkzeug mock ndg-httpsclient josepy
];
checkInputs = [ pytest ];
# does not contain any tests
doCheck = false;
pythonImportsCheck = [ "acme" ];
sourceRoot = "source/${pname}";