[tox] Remove --ignore in check-manifest check
authorDenis Laxalde <denis.laxalde@logilab.fr>
Tue, 30 Jul 2019 14:42:15 +0200
changeset 12714 27ea20b1915f
parent 12713 e82a8ae8fc65
child 12715 d59570643a49
[tox] Remove --ignore in check-manifest check All symlinks have been dropped in previous changesets.
tox.ini
--- a/tox.ini	Tue Jul 30 10:16:51 2019 +0200
+++ b/tox.ini	Tue Jul 30 14:42:15 2019 +0200
@@ -38,10 +38,7 @@
 deps =
   check-manifest
 commands =
-  {envpython} -m 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/server/test/data-migractions/cubicweb_*,cubicweb/server/test/data-migractions/migratedapp/cubicweb_*,cubicweb/sobjects/test/data/cubicweb_*,cubicweb/test/data-rewrite/cubicweb_*
+  {envpython} -m check_manifest {toxinidir}
 
 [pytest]
 python_files = *test_*.py