Skip to content

Commit 8e68d9a

Browse files
committed
- must use editable package due to the way tests are discovered and run
1 parent 56963f3 commit 8e68d9a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.meta.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ 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+
]
2630
coverage-command = "coverage combine"
2731
coverage-additional = [
2832
"depends = py37,py37-pure,py38,py38-pure,py39,py39-pure,py310,py310-pure,py311,py311-pure,pypy,pypy3,docs",

tox.ini

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

3638
[testenv:coverage]
3739
basepython = python3

0 commit comments

Comments
 (0)