python3Packages.qcs-api-client-common: skip test_refresh_interceptor on python 3.14 (#518599)

This commit is contained in:
Michael Daniels
2026-05-17 00:53:17 +00:00
committed by GitHub
@@ -9,6 +9,7 @@
pytest-asyncio,
pytest-mock,
pytestCheckHook,
pythonAtLeast,
rustc,
rustPlatform,
syrupy,
@@ -57,6 +58,11 @@ buildPythonPackage rec {
syrupy
];
disabledTests = lib.optionals (pythonAtLeast "3.14") [
# asyncio.Future() in sync fixture has no implicit event loop on 3.14
"test_refresh_interceptor"
];
meta = {
changelog = "https://github.com/rigetti/qcs-api-client-rust/blob/${src.tag}/qcs-api-client-common/CHANGELOG-py.md";
description = "Contains core QCS client functionality and middleware implementations";