Skip to content

Commit 73a245f

Browse files
committed
silence tox about commands external to testenv
such use will not work in tox 4, so fix it before it breaks
1 parent 70dd6ec commit 73a245f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ basepython=python3.8
5757

5858
[testenv:coverage]
5959
sitepackages=True
60+
whitelist_externals=coverage
6061
commands = coverage run --branch -m pytest --hypothesis-show-statistics {posargs:src/ecdsa}
6162

6263
[testenv:speed]

0 commit comments

Comments
 (0)