# HG changeset patch # User Julien Cristau # Date 1458554024 -3600 # Node ID 2cbd81aa2c19d1b4de9d9005673ce6b94fcd17af # Parent ffef75b7a26ea8982635b621d612b640c614daf5 [tox] use master URL for yams repository No need to clone from review. This should help get consistent results. diff -r ffef75b7a26e -r 2cbd81aa2c19 tox.ini --- a/tox.ini Tue Jan 19 16:11:16 2016 +0100 +++ b/tox.ini Mon Mar 21 10:53:44 2016 +0100 @@ -9,7 +9,7 @@ whitelist_externals = /usr/bin/touch deps = - hg+https://hg.logilab.org/review/yams@default#egg=yams + hg+https://hg.logilab.org/master/yams@default#egg=yams py34: -e. cubicweb: -r{toxinidir}/cubicweb/test/requirements.txt devtools: -r{toxinidir}/cubicweb/devtools/test/requirements.txt