Make get_temp_keyring not async (#16818)

This commit is contained in:
Amine Khaldi 2023-11-13 15:58:29 +01:00 committed by GitHub
parent 31b60e51f7
commit b275aee485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -774,7 +774,7 @@ def empty_keyring():
@pytest.fixture(scope="function")
async def get_temp_keyring():
def get_temp_keyring():
with TempKeyring() as keychain:
yield keychain