Commit a0ad58d2 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.pytenable: skip failing tests

parent 1e17f006
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -87,6 +87,13 @@ buildPythonPackage rec {
    # Test requires network access
    "test_assets_list_vcr"
    "test_events_list_vcr"
    # https://github.com/tenable/pyTenable/issues/953
    "test_construct_query_str"
    "test_construct_query_stored_file"
    "test_iterator_empty_page"
    "test_iterator_max_page_term"
    "test_iterator_pagination"
    "test_iterator_total_term"
  ];

  pythonImportsCheck = [ "tenable" ];