tox: Update check-manifest to 0.25.
Upstream changelog: Stop dynamic computation of install_requires in setup.py: this doesn't work well in the presence of the pip 7 wheel cache. Use PEP-426 environment markers instead (this means we now require setuptools version 0.7 or newer).
This commit is contained in:
parent
091353a773
commit
534dbfc4c2
2
tox.ini
2
tox.ini
@ -97,7 +97,7 @@ commands =
|
||||
[testenv:check-manifest]
|
||||
skip_install = true
|
||||
deps =
|
||||
check-manifest==0.24
|
||||
check-manifest==0.25
|
||||
commands =
|
||||
{[testenv:mkvenv]commands}
|
||||
{envdir}/bin/check-manifest --ignore 'qutebrowser/git-commit-id,qutebrowser/html/doc,qutebrowser/html/doc/*,*/__pycache__'
|
||||
|
Loading…
Reference in New Issue
Block a user