Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nose
switch_backend
1 parent 70f54a8 commit e8ef748Copy full SHA for e8ef748
1 file changed
lib/matplotlib/testing/decorators.py
@@ -419,7 +419,6 @@ def find_dotted_module(module_name, path=None):
419
def switch_backend(backend):
420
# Local import to avoid a hard nose dependency and only incur the
421
# import time overhead at actual test-time.
422
- import nose
423
def switch_backend_decorator(func):
424
def backend_switcher(*args, **kwargs):
425
try:
0 commit comments