You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/pytest-verbose-parametrize/files/pytest-verbose-parametrize-...

9 lines
205 B

--- a/pytest_verbose_parametrize.py
+++ b/pytest_verbose_parametrize.py
@@ -1,4 +1,4 @@
-from collections import Iterable
+from collections.abc import Iterable
from six import string_types, text_type