Unverified Commit 0af8d151 authored by Theodore Ni's avatar Theodore Ni
Browse files

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

parent bc800660
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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"