pytest_plugins = [ "test.fixtures.pyinfra_compat", ] def pytest_make_parametrize_id(config, val, argname): return f" {argname}={val} "