diff --git a/labgrid/pytestplugin/hooks.py b/labgrid/pytestplugin/hooks.py index 13ebecb81..69a29c2df 100644 --- a/labgrid/pytestplugin/hooks.py +++ b/labgrid/pytestplugin/hooks.py @@ -53,7 +53,6 @@ def pytest_configure(config): def pytest_collection_modifyitems(config, items): """This function matches function feature flags with those found in the environment and disables the item if no match is found""" - have_feature = [] env = config._labgrid_env if not env: