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
commit 0afb80a70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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