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:
parent
99386842ea
commit
de3b2d1753
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user