File: 0008-remove-pytest-celery-from-test-depends.patch

package info (click to toggle)
celery 5.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 8,008 kB
  • sloc: python: 64,346; sh: 795; makefile: 378
file content (20 lines) | stat: -rw-r--r-- 653 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Thomas Goirand <zigo@debian.org>
Date: Fri, 18 Dec 2020 09:35:43 +0100
Subject: Remove pytest-celery from test depends

Forwarded: no
Last-Update: 2025-04-10
---
 requirements/test.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/requirements/test.txt b/requirements/test.txt
index 714db18..53c001b 100644
--- a/requirements/test.txt
+++ b/requirements/test.txt
@@ -1,5 +1,4 @@
 pytest==8.3.5
-pytest-celery[all]>=1.2.0,<1.3.0
 pytest-rerunfailures>=14.0,<15.0; python_version >= "3.8" and python_version < "3.9"
 pytest-rerunfailures>=15.0; python_version >= "3.9" and python_version < "4.0"
 pytest-subtests<0.14.0; python_version < "3.9"