python3Packages.qcs-api-client-common: skip test_refresh_interceptor on python 3.14

This commit is contained in:
Harinn
2026-05-10 13:14:08 +07:00
parent af1a8d6223
commit b51505ab71
@@ -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";