From 70c494f2ad1f958483eec2d2c04eb0c4e9f6f3c1 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Thu, 14 May 2020 12:17:42 +0100 Subject: [PATCH] Pin the version of check_manifest to v0.41 until we merge the fix from v1.13.0 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 48610ee473..651b9be684 100644 --- a/tox.ini +++ b/tox.ini @@ -114,9 +114,9 @@ commands = [testenv:packaging] skip_install=True deps = - check-manifest + check-manifest==0.41 commands = - check-manifest + check-manifest==0.41 [testenv:check_codestyle] skip_install = True