pkgsrc/net/py-celery/patches/patch-requirements_test.txt
adam b16ae54312 py-celery: updated to 4.3.0
4.3.0:
- Added support for broadcasting using a regular expression pattern
  or a glob pattern to multiple Pidboxes.
- Added support for PEP 420 namespace packages.
- Added :setting:acks_on_failure_or_timeout as a setting instead of
  a task only option.
- Added the :signal:task_received signal.
- Fixed a crash of our CLI that occurred for everyone using Python < 3.6.
- Fixed a crash that occurred when using the Redis result backend
  while the :setting:result_expires is set to None.
- Added support the DNS seedlist connection format for the MongoDB result backend.
- Bump the minimum eventlet version to 0.24.1.
- Replace the msgpack-python package with msgpack.
- Allow scheduling error handlers which are not registered tasks in the current
  worker.
- Additional fixes and enhancements to the SSL support of
  the Redis broker and result backend.
2019-04-05 12:55:50 +00:00

12 lines
282 B
Text

$NetBSD: patch-requirements_test.txt,v 1.2 2019/04/05 12:55:50 adam Exp $
Allow newer pytest.
--- requirements/test.txt.orig 2019-03-27 10:38:49.000000000 +0000
+++ requirements/test.txt
@@ -1,4 +1,4 @@
case>=1.3.1
-pytest>=4.3.1,<4.4.0
+pytest>=4.3.1
boto3>=1.4.6
moto==1.3.7