Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

pythonPackages.django_reversion: disable checks (#54379)

these weren't running properly anyway - they assume the availability of a
mysql and/or postgresql database

authored by

Robert Scott and committed by
Robert Schütz
de3b2d17 99386842

+3
+3
pkgs/development/python-modules/django_reversion/default.nix
··· 13 13 sha256 = "9b8a245917e1bae131d3210c9ca7efbc066e60f32efa436e391c9803c3f4b61b"; 14 14 }; 15 15 16 + # tests assume the availability of a mysql/postgresql database 17 + doCheck = false; 18 + 16 19 propagatedBuildInputs = [ django ]; 17 20 18 21 meta = with stdenv.lib; {