pythonPackages.moto: disable tests
This commit is contained in:
parent
a328142bde
commit
9efb75c0ee
@ -78,6 +78,11 @@ buildPythonPackage rec {
|
|||||||
-e test_passthrough_requests
|
-e test_passthrough_requests
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Disabling because of 20 failing tests due to https://github.com/spulec/moto/issues/2728
|
||||||
|
# We should enable these as soon as possible again though. Note the issue
|
||||||
|
# is unrelated to the docutils 0.16 bump.
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Allows your tests to easily mock out AWS Services";
|
description = "Allows your tests to easily mock out AWS Services";
|
||||||
homepage = https://github.com/spulec/moto;
|
homepage = https://github.com/spulec/moto;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user