pythonPackages.acme: Disable tests
This commit is contained in:
parent
c0a87f4f58
commit
e8b661e3be
@ -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}";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user