python3Packages.pytenable: skip failing tests

This commit is contained in:
Robert Schütz
2025-09-15 09:35:22 -07:00
parent 1e17f0064f
commit a0ad58d24e
@@ -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" ];