From a0ad58d24e644ae1bc9dcee798340a24e2762f21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 15 Sep 2025 09:35:22 -0700 Subject: [PATCH] python3Packages.pytenable: skip failing tests --- pkgs/development/python-modules/pytenable/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/development/python-modules/pytenable/default.nix b/pkgs/development/python-modules/pytenable/default.nix index 26f1eb0d3323..ad1fa92a6980 100644 --- a/pkgs/development/python-modules/pytenable/default.nix +++ b/pkgs/development/python-modules/pytenable/default.nix @@ -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" ];