From 8fbd20f01592a8e149435d02b54e5e774ca1bfc5 Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Tue, 3 Dec 2024 19:50:16 +0000 Subject: [PATCH] Remove unused channel test files --- parsl/tests/integration/test_channels/__init__.py | 0 parsl/tests/integration/test_channels/remote_run.sh | 5 ----- 2 files changed, 5 deletions(-) delete mode 100644 parsl/tests/integration/test_channels/__init__.py delete mode 100644 parsl/tests/integration/test_channels/remote_run.sh diff --git a/parsl/tests/integration/test_channels/__init__.py b/parsl/tests/integration/test_channels/__init__.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/parsl/tests/integration/test_channels/remote_run.sh b/parsl/tests/integration/test_channels/remote_run.sh deleted file mode 100644 index aa4945d859..0000000000 --- a/parsl/tests/integration/test_channels/remote_run.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -echo "Hostname: $HOSTNAME" -echo "Cpu info -----" -cat /proc/cpuinfo -echo "Done----------"