Merge pull request #67400 from risicle/ris-django-silk-3.0.3

pythonPackages.django_silk: 3.0.2 -> 3.0.3
This commit is contained in:
Marek Mahut
2019-08-25 14:26:13 +02:00
committed by GitHub

View File

@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "django-silk";
version = "3.0.2";
version = "3.0.3";
# pypi tarball doesn't include test project
src = fetchFromGitHub {
owner = "jazzband";
repo = "django-silk";
rev = version;
sha256 = "1fbaafc2gx01gscdalp6hj6bz4b0cmq59lgmvsydw7jkds4mps7c";
sha256 = "0j1r88zv7fvmlnrzr2h65czzdcpvl7n847ra1pfc52bfa4lf8b9j";
};
# "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