From 1e80fd3e44d7ffaf0235a9f96912c4a95e9fb6b1 Mon Sep 17 00:00:00 2001 From: Amar Paul Date: Mon, 5 Aug 2024 03:43:00 -0400 Subject: [PATCH] tox: use `deps = .` instead of `pip install` (#160) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 406504f..cfcc5ac 100644 --- a/tox.ini +++ b/tox.ini @@ -72,8 +72,8 @@ commands = [testenv:check-self] +deps = . commands = - pip install -e . pydoclint --config=pyproject.toml .