Loading pkgs/development/python-modules/pytenable/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -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" ]; Loading Loading
pkgs/development/python-modules/pytenable/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -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" ]; Loading