[tox] Remove --ignore in check-manifest check
All symlinks have been dropped in previous changesets.
--- 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