python3Packages.qcodes: 0.54.4 -> 0.55.0 (#494827)

This commit is contained in:
kirillrdy
2026-03-02 10:12:00 +00:00
committed by GitHub
@@ -59,21 +59,24 @@
buildPythonPackage (finalAttrs: {
pname = "qcodes";
version = "0.54.4";
version = "0.55.0";
pyproject = true;
src = fetchFromGitHub {
owner = "microsoft";
repo = "Qcodes";
tag = "v${finalAttrs.version}";
hash = "sha256-xiD/Iy/5FVadOc9/AxUbGgpOlyli2g6/hwpY1J3/urE=";
hash = "sha256-Jk1QfC3jcU0x5lrgnEYdJ2w/HU84xdx3XpDPkXDzPtE=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail \
'default-version = "0.54.0dev+Unknown"' \
'default-version = "${finalAttrs.version}"'
'default-version = "${finalAttrs.version}"' \
--replace-fail \
"'ignore:Model_336 is deprecated:qcodes.utils.deprecate.QCoDeSDeprecationWarning'," \
""
'';
build-system = [
@@ -172,6 +175,8 @@ buildPythonPackage (finalAttrs: {
"tests/dataset/measurement/test_load_legacy_data.py"
# TypeError
"tests/dataset/test_dataset_basic.py"
# qcodes.utils.deprecate.QCoDeSDeprecationWarning: Model_336 is deprecated
"tests/drivers/test_lakeshore_336_legacy.py"
];
disabledTestMarks = [