Fix tests compatibility with click 8.2

pull/493/merge
Ivan Habunek 2025-08-06 09:01:54 +02:00
rodzic 07170c21fa
commit 6de2354500
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 01DB3DD0D824504C
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -105,7 +105,7 @@ def testing_env():
@pytest.fixture(scope="session")
def runner():
return CliRunner(mix_stderr=False)
return CliRunner()
@pytest.fixture