pythonPackages.django_reversion: disable checks (#54379)

these weren't running properly anyway - they assume the availability of a
mysql and/or postgresql database
This commit is contained in:
Robert Scott 2019-01-21 10:24:07 +00:00 committed by Robert Schütz
parent 99386842ea
commit de3b2d1753

View file

@ -13,6 +13,9 @@ buildPythonPackage rec {
sha256 = "9b8a245917e1bae131d3210c9ca7efbc066e60f32efa436e391c9803c3f4b61b";
};
# tests assume the availability of a mysql/postgresql database
doCheck = false;
propagatedBuildInputs = [ django ];
meta = with stdenv.lib; {