mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 05:33:25 +00:00
python3.pkgs.qcodes: fix bad merge that duplicated disabledTests attribute
This commit is contained in:
parent
bc80066085
commit
0af8d1510c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user