From b514001a4afd524daacad1fb4afe96bc02119b1b Mon Sep 17 00:00:00 2001 From: mercybassey Date: Mon, 18 Mar 2024 13:02:02 +0100 Subject: [PATCH] added a comment at 'flux_local_test' --- Makefile | 3 +-- std.out | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 std.out diff --git a/Makefile b/Makefile index e46b39ea1c..c14ceed51e 100644 --- a/Makefile +++ b/Makefile @@ -123,11 +123,10 @@ coverage: ## show the coverage report .PHONY: clean clean: ## clean up the environment by deleting the .venv, dist, eggs, mypy caches, coverage info, etc - rm -rf .venv $(DEPS) dist *.egg-info .mypy_cache build .pytest_cache .coverage runinfo_* $(WORKQUEUE_INSTALL) .PHONY: flux_local_test -flux_local_test: +flux_local_test: ## Test Parsl with Flux Executor pip3 install . pytest parsl/tests/ -k "not cleannet" --config parsl/tests/configs/flux_local.py --random-order --durations 10 \ No newline at end of file diff --git a/std.out b/std.out deleted file mode 100644 index c7c7da3c64..0000000000 --- a/std.out +++ /dev/null @@ -1 +0,0 @@ -hello there