[tor-commits] [stem] 14/20: Fix tox missing external command `rm`
gitolite role
git at cupani.torproject.org
Thu Jun 1 19:24:22 UTC 2023
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 at 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.
More information about the tor-commits
mailing list