No unicode parametrization

This commit is contained in:
AntoinePrv 2022-09-12 09:00:34 +02:00
parent bbf1980c7e
commit a4ce7fde8c
1 changed files with 1 additions and 3 deletions

View File

@ -77,9 +77,7 @@ def tmp_clean_env(
os.environ.update(saved_environ)
@pytest.fixture(
params=[helpers.random_string, "some ™∞¢3 spaces §∞©ƒ√≈ç", "long_prefix_" * 20]
)
@pytest.fixture(params=[helpers.random_string, "long_prefix_" * 20])
def tmp_env_name(request) -> str:
"""Return the explicit or implicit parametrization."""
if callable(request.param):