tox.ini
changeset 12714 27ea20b1915f
parent 12628 7b89cad574f8
child 12793 752de3f8cb3e
--- 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