Skip to content

Commit

Permalink
[tox] Exclude symlinks from check-manifest call
Browse files Browse the repository at this point in the history
These are not handled by check-manifest, see mgedmin/check-manifest#69.
  • Loading branch information
Denis Laxalde committed Sep 13, 2016
1 parent 270798c commit 33fed94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ skip_install = true
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

0 comments on commit 33fed94

Please sign in to comment.