File: pytest8.4.patch

package info (click to toggle)
python-gffutils 0.13-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,164 kB
  • sloc: python: 5,557; makefile: 57; sh: 13
file content (11 lines) | stat: -rw-r--r-- 191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- 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():