pytest-celery icon indicating copy to clipboard operation
pytest-celery copied to clipboard

Official pytest plugin for Celery.

Results 16 pytest-celery issues
Sort by recently updated
recently updated
newest added

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.0 to 8.2.1. Release notes Sourced from pytest's releases. 8.2.1 pytest 8.2.1 (2024-05-19) Improvements #12334: Support for Python 3.13 (beta1 at the time of writing). Bug Fixes...

dependencies
python

`pytest-celery` raises security scan alert (e.g. https://github.com/iterative/dvc-task/actions/runs/8883067284/job/24389104408?pr=128) It depends on `retry` libm which itself depends (for no good reason) on `py` which is flagged for security and is outdated: https://github.com/invl/retry/issues/58...

Since updating pytest-celery to version 1.0.0 I cannot get async celery tasks to be executed in test. ``` ... @pytest.fixture(autouse=True) def setUp(self, transactional_db): ... @shared_task def some_celery_task(a, b): return a...

bug

updates: - [github.com/python-poetry/poetry: 1.8.0 → 2.2.1](https://github.com/python-poetry/poetry/compare/1.8.0...2.2.1) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.1](https://github.com/asottile/pyupgrade/compare/v3.19.1...v3.21.1) - [github.com/pycqa/isort: 5.13.2 → 7.0.0](https://github.com/pycqa/isort/compare/5.13.2...7.0.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.1) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror...

Bumps [kombu](https://github.com/celery/kombu) from 5.5.0rc3 to 5.5.3. Release notes Sourced from kombu's releases. v5.5.3 What's Changed Fix error of double normalization options from URI in mongodb transport by @​hariton27sy in celery/kombu#2282...

dependencies
python

Bumps [debugpy](https://github.com/microsoft/debugpy) from 1.8.12 to 1.8.14. Release notes Sourced from debugpy's releases. debugpy v1.8.14 Fixes for: binskim warnings on linux support for posix_spawnp debugpy v1.8.13 Fixes: microsoft/debugpy#1812 microsoft/debugpy#1832 Commits 8b5b84a...

dependencies
python

Bumps [botocore](https://github.com/boto/botocore) from 1.36.25 to 1.36.26. Commits 0633b4c Merge branch 'release-1.36.26' 3d7585f Bumping version to 1.36.26 ba8dec7 Update endpoints model a72a450 Update to latest models 86e1e7f Merge branch 'release-1.36.25' into...

dependencies
python

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.3.5. Release notes Sourced from pytest's releases. 8.3.5 pytest 8.3.5 (2025-03-02) Bug fixes #11777: Fixed issue where sequences were still being shortened even with -vv...

dependencies
python

pytest-celery contains a container based `celery_worker` fixture. `celery_worker` fixture also used for celery in `celery.contrib.pytest`. When a test is called like this: ~~~python def test_a(celery_app, celery_worker): celery_app celery_worker assert True...

bug