[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [stem] 14/20: Fix tox missing external command `rm`



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@xxxxxxxxxx>
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.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits