Commit f653b574 authored by Robert Schütz's avatar Robert Schütz Committed by Weijia Wang
Browse files

python3Packages.ntc-templates: re-enable previously failing tests

parent 461a14c8
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -40,12 +40,6 @@ buildPythonPackage rec {
    yamllint
  ];

  # https://github.com/networktocode/ntc-templates/issues/743
  disabledTests = [
    "test_raw_data_against_mock"
    "test_verify_parsed_and_reference_data_exists"
  ];

  meta = with lib; {
    description = "TextFSM templates for parsing show commands of network devices";
    homepage = "https://github.com/networktocode/ntc-templates";