Hi,

I upload this to allow new paramiko to migrate.

Greetings


tchet@quieter:~/deb/python-icecream$ cat debian/patches/python3.12
Forwarded: https://github.com/gruns/icecream/pull/147/files

--- a/tests/test_icecream.py
+++ b/tests/test_icecream.py
@@ -570,7 +570,7 @@
                    list(range(15))])

        lines = err.getvalue().strip().splitlines()
-        self.assertRegexpMatches(
+        self.assertRegex(
            lines[0],
            r'ic\| test_icecream.py:\d+ in testMultilineContainerArgs\(\)',
        )

Reply via email to