# HG changeset patch # User Denis Laxalde # Date 1475066458 -7200 # Node ID af09c51ad52e65a77050fe1c687a548b94a9845c # Parent 299640088c2308b921acc68056cf7c41a48cd127 [tox] Get rid of "touch test-results.xml" for flake8 and check-manifest environments CI server does not rely on this anymore. diff -r 299640088c23 -r af09c51ad52e tox.ini --- a/tox.ini Mon Sep 26 16:53:33 2016 +0200 +++ b/tox.ini Wed Sep 28 14:40:58 2016 +0200 @@ -26,8 +26,6 @@ flake8 >= 3 commands = flake8 {toxinidir} -# So that Jenkins JUnit plugin does not complain about missing XML results. - touch test-results.xml [testenv:doc] changedir = doc @@ -45,8 +43,6 @@ # ignore symlinks that are not recognized by check-manifest, see # https://github.com/mgedmin/check-manifest/issues/69 --ignore cubicweb/devtools/test/data/cubes/i18ntestcube,cubicweb/test/data/legacy_cubes* -# So that Jenkins JUnit plugin does not complain about missing XML results. - touch test-results.xml [pytest] python_files = *test_*.py