
1 Jun
2023
1 Jun
'23
7:24 p.m.
This is an automated email from the git hooks/post-receive script. atagar pushed a commit to branch maint in repository stem. commit 942f0844277918acf550eb43beaf54bc482401cf Author: juga <juga@riseup.net> AuthorDate: Wed May 31 11:13:11 2023 +0000 Fix tox missing external command `rm` --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index daaf4130..8ddd1896 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ envlist = py26,py27,py32,py33,py34,py35,py36,py37,jython,pypy skipsdist = True [testenv] +allowlist_externals = rm commands = pip install -e . python run_tests.py {posargs:-a} -- To stop receiving notification emails like this one, please contact the administrator of this repository.