File: remove_test_patcher_existing_locks_locked.patch

package info (click to toggle)
python-eventlet 0.36.1-12
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,200 kB
  • sloc: python: 24,699; sh: 78; makefile: 31
file content (22 lines) | stat: -rw-r--r-- 816 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Remove test_patcher_existing_locks_locked()
 This is a temporary solution until a better patch can be written, which
 is currently too much for my skills.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2022-09-16

Index: python-eventlet/tests/patcher_test.py
===================================================================
--- python-eventlet.orig/tests/patcher_test.py
+++ python-eventlet/tests/patcher_test.py
@@ -466,10 +466,6 @@ def test_patcher_existing_locks_late():
     tests.run_isolated('patcher_existing_locks_late.py')
 
 
-def test_patcher_existing_locks_locked():
-    tests.run_isolated('patcher_existing_locks_locked.py')
-
-
 @tests.skip_if_CRLock_exist
 def test_patcher_existing_locks_unlocked():
     tests.run_isolated('patcher_existing_locks_unlocked.py')