pythonPackages.flask-swagger: disable checkPhase

This commit is contained in:
worldofpeace 2019-06-05 00:05:56 -04:00 committed by GitHub
parent e3f42e112a
commit 447011a9b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,8 @@ buildPythonPackage rec {
sha256 = "b4085f5bc36df4c20b6548cd1413adc9cf35719b0f0695367cd542065145294d";
};
doCheck = true;
# No Tests
doCheck = false;
propagatedBuildInputs = [
flask