python3Packages.pytenable: skip failing tests

Changed files
+7
pkgs
development
python-modules
pytenable
+7
pkgs/development/python-modules/pytenable/default.nix
···
# Test requires network access
"test_assets_list_vcr"
"test_events_list_vcr"
];
pythonImportsCheck = [ "tenable" ];
···
# 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" ];