summaryrefslogtreecommitdiff
path: root/misc/py-pexpect/files/patch-tests_PexpectTestCase.py
diff options
context:
space:
mode:
Diffstat (limited to 'misc/py-pexpect/files/patch-tests_PexpectTestCase.py')
-rw-r--r--misc/py-pexpect/files/patch-tests_PexpectTestCase.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/py-pexpect/files/patch-tests_PexpectTestCase.py b/misc/py-pexpect/files/patch-tests_PexpectTestCase.py
deleted file mode 100644
index 4f71643ec7f1..000000000000
--- a/misc/py-pexpect/files/patch-tests_PexpectTestCase.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- tests/PexpectTestCase.py.orig 2020-01-17 17:08:15 UTC
-+++ tests/PexpectTestCase.py
-@@ -97,7 +97,7 @@ class PexpectTestCase(unittest.TestCase):
- raise AssertionError("%s was not raised" % excClass)
-
- @contextlib.contextmanager
-- def assertRaisesRegexp(self, excClass, pattern):
-+ def assertRaisesRegex(self, excClass, pattern):
- import re
- try:
- yield