From 44b723830498605f4db1bdc4f6d4afccc22af292 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Wed, 5 May 2021 22:32:04 -0400 Subject: [PATCH] Remove deprecated runtime option from makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 012b059..3dc1399 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ source: ## Build Python source distribution package poetry build --format sdist test: ## Run the project testsuite(s) - poetry run tox --recreate --parallelize-locked-install=10 + poetry run tox --recreate dev: ## Create the local dev environment poetry install -E poetry