python3Packages.pytest-celery: 1.1.3 -> 1.2.1

https://github.com/celery/pytest-celery/blob/v1.2.1/Changelog.rst

This commit was automatically generated using update-python-libraries.

Changed files
+6 -5
pkgs
development
python-modules
pytest-celery
+6 -5
pkgs/development/python-modules/pytest-celery/default.nix
···
debugpy,
docker,
fetchFromGitHub,
poetry-core,
psutil,
-
pytest-cov-stub,
pytest-docker-tools,
pytest,
-
pytestCheckHook,
pythonOlder,
setuptools,
tenacity,
···
buildPythonPackage rec {
pname = "pytest-celery";
-
version = "1.1.3";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "celery";
repo = "pytest-celery";
tag = "v${version}";
-
hash = "sha256-TUtKfGOxvVkiMhsUqyNDK08OTuzzKHrBiPU4JCKsIKM=";
};
postPatch = ''
···
buildInput = [ pytest ];
dependencies = [
debugpy
docker
psutil
pytest-docker-tools
setuptools
···
meta = with lib; {
description = "Pytest plugin to enable celery.contrib.pytest";
homepage = "https://github.com/celery/pytest-celery";
-
changelog = "https://github.com/celery/pytest-celery/blob/v${version}/Changelog.rst";
license = licenses.mit;
maintainers = [ ];
};
···
debugpy,
docker,
fetchFromGitHub,
+
kombu,
poetry-core,
psutil,
pytest-docker-tools,
pytest,
pythonOlder,
setuptools,
tenacity,
···
buildPythonPackage rec {
pname = "pytest-celery";
+
version = "1.2.1";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "celery";
repo = "pytest-celery";
tag = "v${version}";
+
hash = "sha256-E8GO/00IC9kUvQLZmTFaK4FFQ7d+/tw/kVTQbAqRRRM=";
};
postPatch = ''
···
buildInput = [ pytest ];
dependencies = [
+
(celery.overridePythonAttrs { doCheck = false; })
debugpy
docker
+
kombu
psutil
pytest-docker-tools
setuptools
···
meta = with lib; {
description = "Pytest plugin to enable celery.contrib.pytest";
homepage = "https://github.com/celery/pytest-celery";
+
changelog = "https://github.com/celery/pytest-celery/blob/${src.tag}/Changelog.rst";
license = licenses.mit;
maintainers = [ ];
};