Commit e32057b3 authored by Federico Vaga's avatar Federico Vaga

tst: remove unused fixture

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent a8e6d1ed
......@@ -45,10 +45,6 @@ def id_from_slot(slot):
fd_id = int(f.read().strip().split("-")[1], 16)
return fd_id
@pytest.fixture(scope="session")
def fd_id(request):
return request.param
def pytest_generate_tests(metafunc):
if "fd_id" in metafunc.fixturenames:
metafunc.parametrize("fd_id", pytest.fd_id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment