From 7d78bbaae03806b715fd0448b074aed267903d0a Mon Sep 17 00:00:00 2001 From: "Kai A. Hiller" Date: Wed, 26 Jan 2022 23:29:58 +0100 Subject: [PATCH] Remove usedevelop from tox.ini Signed-off-by: Kai A. Hiller --- tox.ini | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tox.ini b/tox.ini index 952b7ea..9ef1710 100644 --- a/tox.ini +++ b/tox.ini @@ -6,15 +6,6 @@ isolated_build = true [testenv:py] -# As of twisted 16.4, trial tries to import the tests as a package (previously -# it loaded the files explicitly), which means they need to be on the -# pythonpath. Our sdist doesn't include the 'tests' package, so normally it -# doesn't work within the tox virtualenv. -# -# As a workaround, we tell tox to do install with 'pip -e', which just -# creates a symlink to the project directory instead of unpacking the sdist. -usedevelop=true - extras = test commands =