# HG changeset patch # User Denis Laxalde # Date 1564490535 -7200 # Node ID 27ea20b1915f23513b06d023eb247f8db0e0cb2c # Parent e82a8ae8fc65c45f46494d998dd126631f92965f [tox] Remove --ignore in check-manifest check All symlinks have been dropped in previous changesets. diff -r e82a8ae8fc65 -r 27ea20b1915f 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