From 95ba43e5c9af4839d7e76de1d22f5ca60b916d28 Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Tue, 3 Sep 2024 16:28:33 +0200 Subject: [PATCH] - remove workaround so the actual error shows --- .meta.toml | 4 ---- tox.ini | 2 -- 2 files changed, 6 deletions(-) diff --git a/.meta.toml b/.meta.toml index 600b041..d99ebfa 100644 --- a/.meta.toml +++ b/.meta.toml @@ -23,10 +23,6 @@ testenv-deps = [ testenv-setenv = [ "ZOPE_INTERFACE_STRICT_IRO=1", ] -testenv-additional = [ - "# Must use editable package due to the way tests are discovered and run", - "usedevelop = true", - ] coverage-command = "coverage combine" coverage-additional = [ "depends = py37,py37-pure,py38,py38-pure,py39,py39-pure,py310,py310-pure,py311,py311-pure,pypy,pypy3,docs", diff --git a/tox.ini b/tox.ini index 519c202..9cf1b5c 100644 --- a/tox.ini +++ b/tox.ini @@ -32,8 +32,6 @@ commands = extras = test docs -# Must use editable package due to the way tests are discovered and run -usedevelop = true [testenv:coverage] basepython = python3