[tor-commits] [sbws/master] Temporally disable setup, know to fail
juga at torproject.org
juga at torproject.org
Mon Oct 8 10:26:08 UTC 2018
commit a3ff4cffdd56ab33c2f6737be58b74876a8b4174
Author: juga0 <juga at riseup.net>
Date: Mon Oct 8 10:03:46 2018 +0000
Temporally disable setup, know to fail
while process-dependency-links is needed
---
tox.ini | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/tox.ini b/tox.ini
index cdb1878..38b165e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,7 +24,9 @@ recreate = True
[testenv:setup]
skip_install = True
-commands = python setup.py install
+ # this will fail until --process-dependency-links is not needed
+ # it needs to be commented since error code will be still 1
+# commands = python setup.py install
recreate = True
[testenv:unit]
More information about the tor-commits
mailing list