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}