[tox] Exclude symlinks from check-manifest call
authorDenis Laxalde <denis.laxalde@logilab.fr>
Tue, 13 Sep 2016 17:06:35 +0200
changeset 11465 10ecd586a9a8
parent 11464 96d1aed1e2b5
child 11466 fe465201febd
[tox] Exclude symlinks from check-manifest call These are not handled by check-manifest, see https://github.com/mgedmin/check-manifest/issues/69.
tox.ini
--- a/tox.ini	Thu Jul 21 15:32:36 2016 +0200
+++ b/tox.ini	Tue Sep 13 17:06:35 2016 +0200
@@ -53,7 +53,10 @@
 deps =
   check-manifest
 commands =
-  check-manifest {toxinidir}
+  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*
 
 [pytest]
 python_files = *test_*.py