From 6d97919138ceb967aaf2205ad75c803dcd34122c Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Mon, 19 Apr 2021 23:47:20 -0400 Subject: [PATCH] Update toxfile to use new config options Remove unnecessarily duplicated config options --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 822cc05..b0ccd7d 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,7 @@ skip_missing_interpreters = true [testenv] description = Run the tests require_locked_deps = true +require_poetry = true extras = poetry locked_deps = @@ -20,7 +21,6 @@ description = Static formatting and quality enforcement basepython = python3.8 platform = linux ignore_errors = true -require_locked_deps = true locked_deps = black blacken-docs @@ -41,7 +41,6 @@ description = Static formatting and quality enforcement for the tests basepython = python3.8 platform = linux ignore_errors = true -require_locked_deps = true locked_deps = pylint pytest @@ -55,7 +54,6 @@ description = Security checks basepython = python3.8 platform = linux ignore_errors = true -require_locked_deps = true locked_deps = bandit safety