[tox] Exclude all files in symlinked directories from check-manifest call
authorDenis Laxalde <denis.laxalde@logilab.fr>
Thu, 29 Sep 2016 11:19:30 +0200
changeset 11684 122eacf5210b
parent 11683 af09c51ad52e
child 11691 4e3ae4bd3fd5
[tox] Exclude all files in symlinked directories from check-manifest call
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