From 775a27f736864243d72c40d94f3c0199396df69f Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 10 Sep 2019 15:31:03 +0200 Subject: [PATCH] python: fix tox build failure under python 3.8 --- python/tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/python/tox.ini b/python/tox.ini index 2f505eeda..d02e7e76e 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -10,6 +10,7 @@ deps = -rrequirements.txt pytest>=3.6 pytest-random-order + importlib-metadata!=0.21 commands = # Generate local files python setup.py build