diff --git a/unittests/test_modules.py b/unittests/test_modules.py index 73af60d4aa..6824b955a5 100644 --- a/unittests/test_modules.py +++ b/unittests/test_modules.py @@ -25,7 +25,7 @@ def modules_system(request, monkeypatch): try: m = modules.ModulesSystem.create(*args) except ConfigError: - pytest.skip('{requst.param} not supported') + pytest.skip(f'{request.param} not supported') environ_save = env.snapshot() m.searchpath_add(fixtures.TEST_MODULES)