# HG changeset patch # User Denis Laxalde # Date 1475140770 -7200 # Node ID 122eacf5210b823d56ae3933a378918d982cffdf # Parent af09c51ad52e65a77050fe1c687a548b94a9845c [tox] Exclude all files in symlinked directories from check-manifest call diff -r af09c51ad52e -r 122eacf5210b tox.ini --- a/tox.ini Wed Sep 28 14:40:58 2016 +0200 +++ b/tox.ini Thu Sep 29 11:19:30 2016 +0200 @@ -42,7 +42,7 @@ check-manifest {toxinidir} \ # 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* + --ignore cubicweb/devtools/test/data/cubes/i18ntestcube*,cubicweb/test/data/legacy_cubes* [pytest] python_files = *test_*.py