File: pytest8.4.patch

package info (click to toggle)
python-gffutils 0.13-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,164 kB
  • sloc: python: 5,557; makefile: 62; sh: 13
file content (17 lines) | stat: -rw-r--r-- 382 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Pytest 8.4 compatibility
Author: Alexandre Detiste <tchet@debian.org>
Forwarded: no
Last-Update: 2025-08-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/gffutils/test/test_1.py
+++ b/gffutils/test/test_1.py
@@ -533,7 +533,7 @@
     ]
 
     for item in regions:
-        yield _check, item
+        _check(item)
 
 
 def test_nonascii():