Merge pull request #69778 from r-ryantm/auto-update/python3.7-django-silk

python37Packages.django_silk: 3.0.3 -> 3.0.4
This commit is contained in:
Mario Rodas 2019-09-28 02:01:18 -05:00 committed by GitHub
commit dc8748db6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,14 +23,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "django-silk"; pname = "django-silk";
version = "3.0.3"; version = "3.0.4";
# pypi tarball doesn't include test project # pypi tarball doesn't include test project
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jazzband"; owner = "jazzband";
repo = "django-silk"; repo = "django-silk";
rev = version; rev = version;
sha256 = "0j1r88zv7fvmlnrzr2h65czzdcpvl7n847ra1pfc52bfa4lf8b9j"; sha256 = "10542yvbchcy8hik2hw3jclb4ic89mxkw0sykag4bw9sv43xv7vx";
}; };
# "test_time_taken" tests aren't suitable for reproducible execution, but django's # "test_time_taken" tests aren't suitable for reproducible execution, but django's
# test runner doesn't have an easy way to ignore tests - so instead prevent it from picking # test runner doesn't have an easy way to ignore tests - so instead prevent it from picking