summaryrefslogtreecommitdiff
path: root/tests/plugins/deprecationwarnings/deprecationwarnings.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/deprecationwarnings/deprecationwarnings.py')
-rw-r--r--tests/plugins/deprecationwarnings/deprecationwarnings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/deprecationwarnings/deprecationwarnings.py b/tests/plugins/deprecationwarnings/deprecationwarnings.py
index 799f162dc..32aa7891a 100644
--- a/tests/plugins/deprecationwarnings/deprecationwarnings.py
+++ b/tests/plugins/deprecationwarnings/deprecationwarnings.py
@@ -26,7 +26,7 @@ def test_deprecation_warning_present(cli, datafiles):
@pytest.mark.datafiles(DATA_DIR)
def test_suppress_deprecation_warning(cli, datafiles):
project = os.path.join(datafiles.dirname, datafiles.basename)
- result = cli.run(project=project, args=['show', 'manual.bst'])
+ cli.run(project=project, args=['show', 'manual.bst'])
element_overrides = "elements:\n" \
" deprecated_plugin:\n" \