Author: Michael R. Crusoe <crusoe@debian.org>
Description: allow use of older pytest package
Forwarded: not-needed
--- mypy.orig/pytest.ini
+++ mypy/pytest.ini
@@ -1,5 +1,5 @@
 [pytest]
-minversion = 6.0.0
+#minversion = 6.0.0
 
 testpaths = mypy/test mypyc/test
 
