Skip to content

Commit 95ba43e

Browse files
committed
- remove workaround so the actual error shows
1 parent 8e68d9a commit 95ba43e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.meta.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ testenv-deps = [
2323
testenv-setenv = [
2424
"ZOPE_INTERFACE_STRICT_IRO=1",
2525
]
26-
testenv-additional = [
27-
"# Must use editable package due to the way tests are discovered and run",
28-
"usedevelop = true",
29-
]
3026
coverage-command = "coverage combine"
3127
coverage-additional = [
3228
"depends = py37,py37-pure,py38,py38-pure,py39,py39-pure,py310,py310-pure,py311,py311-pure,pypy,pypy3,docs",

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ commands =
3232
extras =
3333
test
3434
docs
35-
# Must use editable package due to the way tests are discovered and run
36-
usedevelop = true
3735

3836
[testenv:coverage]
3937
basepython = python3

0 commit comments

Comments
 (0)