Skip to content

Commit 060036b

Browse files
committed
Remove old instrumentation from coverage analysis
1 parent 6125659 commit 060036b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

newrelic/hooks/framework_flask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def _nr_wrapper_error_handler_(wrapped, instance, args, kwargs):
166166
return FunctionTraceWrapper(wrapped, name=name)(*args, **kwargs)
167167

168168

169-
def _nr_wrapper_Flask__register_error_handler_(wrapped, instance, args, kwargs):
169+
def _nr_wrapper_Flask__register_error_handler_(wrapped, instance, args, kwargs): # pragma: no cover
170170
def _bind_params(key, code_or_exception, f):
171171
return key, code_or_exception, f
172172

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,6 @@ deps =
300300
framework_flask: markupsafe<2.1
301301
framework_flask: jinja2<3.1
302302
framework_flask: Flask-Compress
303-
framework_flask-flask0012: flask<0.13
304-
framework_flask-flask0101: flask<1.2
305303
framework_flask-flasklatest: flask[async]
306304
framework_flask-flaskmaster: https://github.com/pallets/werkzeug/archive/main.zip
307305
framework_flask-flaskmaster: https://github.com/pallets/flask/archive/main.zip#egg=flask[async]

0 commit comments

Comments
 (0)