python3Packages.django-health-check: 3.17.0 -> 3.18.1
This commit is contained in:
@@ -13,15 +13,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-health-check";
|
||||
version = "3.17.0";
|
||||
version = "3.18.1";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "KristianOellegaard";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-f87dgB2pDc+A0h41FX13qTj6Zzw5I4QwsDoC6yPkvAE=";
|
||||
leaveDotGit = true;
|
||||
hash = "sha256-4fl7x0pleI1yL+tEWGt5Gmcl6ZKETQz2AsNQDVIAwy8=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
@@ -42,6 +41,11 @@ buildPythonPackage rec {
|
||||
redis
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# commandline output mismatch
|
||||
"test_command_with_non_existence_subset"
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
# We don't want to generate coverage
|
||||
substituteInPlace setup.cfg \
|
||||
|
||||
Reference in New Issue
Block a user