From 49e64933485ab5a05ab2de895daefbc0d7d8618f Mon Sep 17 00:00:00 2001 From: Johanna England Date: Thu, 21 Nov 2024 09:48:45 +0100 Subject: [PATCH] Set skipdist to false In the case of being in development mode and having set skipdist to true tox4 would not install NAV in the test environment --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 45b089c786..2f716a2e40 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,6 @@ envlist = {unit,integration,functional}-py{39,310}-django{32} javascript docs -skipsdist = True basepython = python3.9 [pytest]