summaryrefslogtreecommitdiffstats
path: root/ipatests/pytest_plugins/declarative.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/pytest_plugins/declarative.py')
-rw-r--r--ipatests/pytest_plugins/declarative.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipatests/pytest_plugins/declarative.py b/ipatests/pytest_plugins/declarative.py
index 64e9b0bcd..529856b60 100644
--- a/ipatests/pytest_plugins/declarative.py
+++ b/ipatests/pytest_plugins/declarative.py
@@ -23,7 +23,6 @@
def pytest_generate_tests(metafunc):
"""Generates Declarative tests"""
if 'declarative_test_definition' in metafunc.fixturenames:
- name = metafunc.cls.__name__
tests = []
descriptions = []
for i, test in enumerate(metafunc.cls.tests):