From 16ba59717344042f6217ba8e8e169b46921e00b0 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 2 Nov 2015 17:53:20 +0100 Subject: [PATCH] tox: Update check-manifest to 0.27. Fix utter breakage on Windows, introduced in 0.26. (The bug -- clearing the environment unnecessarily -- could probably also cause locale-related problems on other OSes.) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1a8321b43..5f019f981 100644 --- a/tox.ini +++ b/tox.ini @@ -204,7 +204,7 @@ basepython = python3 skip_install = true passenv = deps = - check-manifest==0.26 + check-manifest==0.27 commands = {envdir}/bin/check-manifest --ignore 'qutebrowser/git-commit-id,qutebrowser/html/doc,qutebrowser/html/doc/*,*/__pycache__'