python3.pkgs.qcodes: fix bad merge that duplicated disabledTests attribute

This commit is contained in:
Theodore Ni 2023-08-15 21:02:28 -07:00
parent bc80066085
commit 0af8d1510c
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -133,11 +133,6 @@ buildPythonPackage rec {
"--durations=20"
];
disabledTests = [
# timing sensitive
"test_access_channels_by_slice"
];
disabledTestPaths = [
# Test depends on qcodes-loop, causing a cyclic dependency
"qcodes/tests/dataset/measurement/test_load_legacy_data.py"