From 0008c98e9f95fcccab3f770bdfaa1ff3aa9049f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Neum=C3=BCller?= Date: Wed, 11 Dec 2019 10:43:55 +0100 Subject: [PATCH] Work around build failures. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 80123a5eadf..520d6ee3944 100644 --- a/tox.ini +++ b/tox.ini @@ -131,6 +131,8 @@ deps = # needed for example trace integration flask~=1.1 requests~=2.7 + # Pinned due to https://github.com/open-telemetry/opentelemetry-python/issues/329 + multidict==4.6.1 commands_pre = pip install -e {toxinidir}/opentelemetry-api \