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():
