From 005487cba2eb3bfb7115056363656a159737de81 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 30 Apr 2019 06:57:09 -0700 Subject: [PATCH] Make packaging dep explicit A couple sanity tests require the packaging module. The azure tests are dragging it in but list it explicitly in sanity so we don't run into problems if those are ever split up --- test/runner/requirements/sanity.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runner/requirements/sanity.txt b/test/runner/requirements/sanity.txt index 1935a34f024..17c8dacbfb5 100644 --- a/test/runner/requirements/sanity.txt +++ b/test/runner/requirements/sanity.txt @@ -1,6 +1,7 @@ cryptography jinja2 mock +packaging # needed for update-bundled and changelog pycodestyle pylint ; python_version >= '3.5' # pylint 2.0.0 and later require python 3+ pytest