about summary refs log tree commit diff
path: root/pkgs/development/python-modules/clustershell/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-06-19 18:00:54 +0000
committerGitHub <noreply@github.com>2024-06-19 18:00:54 +0000
commit11b7fc6440a32a6e33076665d3a020588bf7cdd4 (patch)
tree9b420268ccc1ab36a106fa6173b93b6b39f37cda /pkgs/development/python-modules/clustershell/default.nix
parente16308b7973a83c9f7d61667cf8eab632c6946de (diff)
parenta9c4ba3169e3e812913af74f740007f21b1eb7af (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/clustershell/default.nix')
-rw-r--r--pkgs/development/python-modules/clustershell/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/clustershell/default.nix b/pkgs/development/python-modules/clustershell/default.nix
index 5617813d74434..284e5a0eb53ae 100644
--- a/pkgs/development/python-modules/clustershell/default.nix
+++ b/pkgs/development/python-modules/clustershell/default.nix
@@ -69,10 +69,9 @@ buildPythonPackage rec {
     rm tests/TaskDistantPdshMixin.py
     rm tests/TaskDistantPdshTest.py
     rm tests/TaskRLimitsTest.py
+    rm tests/TreeGatewayTest.py
 
     nosetests -v \
-      -e test_channel_ctl_shell_remote1 \
-      -e test_channel_ctl_shell_remote2 \
       -e test_fromall_grouplist \
       -e test_rank_placeholder \
       -e test_engine_on_the_fly_launch \
@@ -92,9 +91,6 @@ buildPythonPackage rec {
       -e testClushConfigSetRlimit  \
       -e testTimerInvalidateInHandler \
       -e testTimerSetNextFireInHandler \
-      -e test_channel_ctl_shell_mlocal1 \
-      -e test_channel_ctl_shell_mlocal2 \
-      -e test_channel_ctl_shell_mlocal3 \
       -e test_node_placeholder \
     tests/*.py
   '';