From b49c3130af9eb683f0108026b59171a1b7c3df0d Mon Sep 17 00:00:00 2001 From: Christian Geier Date: Tue, 28 Nov 2023 17:51:06 +0100 Subject: [PATCH] use tox commands_pre to install test requirements --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 62e12f990..5cb4cb8c4 100644 --- a/tox.ini +++ b/tox.ini @@ -13,6 +13,8 @@ extras = pytz20187: pytz==2018.7 pytz_latest: pytz +commands_pre = + pip install -e '.[test]' commands = py.test {posargs}