summaryrefslogtreecommitdiff
path: root/testing/test_recwarn.py
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2018-06-26 06:35:27 -0700
committerAnthony Sottile <asottile@umich.edu>2018-06-26 06:35:27 -0700
commitcbaa7dd56a685c887e25d4c94b62aa49e8a6a0ca (patch)
tree8b5522f0a5cf2d9f1c12bdebfdf2eaf0c195d08c /testing/test_recwarn.py
parent8133d1955e339f26b56af55e178690c1564560f9 (diff)
downloadpytest-cbaa7dd56a685c887e25d4c94b62aa49e8a6a0ca.tar.gz
Upgrade pre-commit hooks except pyupgrade
Diffstat (limited to 'testing/test_recwarn.py')
-rw-r--r--testing/test_recwarn.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/test_recwarn.py b/testing/test_recwarn.py
index a8e2fb803..f81d27889 100644
--- a/testing/test_recwarn.py
+++ b/testing/test_recwarn.py
@@ -21,7 +21,6 @@ def test_recwarn_functional(testdir):
class TestWarningsRecorderChecker(object):
-
def test_recording(self):
rec = WarningsRecorder()
with rec:
@@ -188,7 +187,6 @@ class TestDeprecatedCall(object):
class TestWarns(object):
-
def test_strings(self):
# different messages, b/c Python suppresses multiple identical warnings
source1 = "warnings.warn('w1', RuntimeWarning)"