Skip to content

Commit

Permalink
added a comment at 'flux_local_test'
Browse files Browse the repository at this point in the history
  • Loading branch information
mercybassey committed Mar 18, 2024
1 parent 2583075 commit b514001
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion std.out

This file was deleted.

0 comments on commit b514001

Please sign in to comment.