From 049c16d6f68097a373fba7cfe9c584a2e4a47c78 Mon Sep 17 00:00:00 2001 From: Josh Yu Date: Thu, 28 Mar 2024 23:02:16 +0800 Subject: [PATCH] fix: add `constrain_package_deps` to fix package deps override deps error --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index ce1dc65..76ba5a3 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,7 @@ isolated_build = true [testenv] depends = test: clean docker = test: postgres +constrain_package_deps = true deps = test: pytest test: pytest-cov