test: Skip interactive tests if GITHUB_ACTIONS is defined

This commit is contained in:
Chris Coutinho
2025-10-14 01:23:40 +02:00
parent e886eff4ed
commit 2ae3c423e9
2 changed files with 5 additions and 4 deletions
-4
View File
@@ -731,10 +731,6 @@ def oauth_callback_server():
@pytest.fixture(scope="session")
@pytest.mark.skipif(
"GITHUB_ACTION" in os.environ,
reason="Unable to access interactive browser in GitHub Actions",
)
async def interactive_oauth_token(oauth_callback_server) -> str:
"""
Fixture to obtain an OAuth access token for integration tests.