mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.django-q2: 1.9.0 -> 1.10.0
https://github.com/django-q2/django-q2/releases/tag/v1.10.0
This commit is contained in:
parent
4a9e1937cc
commit
f17b957511
1 changed files with 5 additions and 2 deletions
|
|
@ -19,14 +19,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-q2";
|
||||
version = "1.9.0";
|
||||
version = "1.10.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "django-q2";
|
||||
repo = "django-q2";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-xqRm9vv/lD9HLX+ekdPgIGGwr5H7QZBATPx0CCjQAmw=";
|
||||
hash = "sha256-VwB3pvDAGsMvcKblRnmCYHzvEBCz8E13Qov4LjWEqxc=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
|
@ -74,6 +74,9 @@ buildPythonPackage rec {
|
|||
|
||||
disabledTestPaths = [
|
||||
"django_q/tests/test_commands.py"
|
||||
# assert 0 == 1 where 0 = <django_q.cluster.Sentinel object at 0x7ffff3861e50>.reincarnations
|
||||
"django_q/tests/test_cluster.py::test_recycle"
|
||||
"django_q/tests/test_cluster.py::test_max_rss"
|
||||
];
|
||||
|
||||
pytestFlags = [ "-vv" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue