From 52c0c0c8589f851397f6d567317383d193bf035d Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Mon, 14 Oct 2019 14:48:18 +0200 Subject: [PATCH] Filter cppimport warnings --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 5347592..2d6e2c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -100,6 +100,7 @@ filterwarnings= default ignore:.*:Warning:.*protobuf* ignore:.*:Warning:.*importlib._bootstrap* ignore:.*:Warning:.*jinja2* + ignore:.*:Warning:.*cppimport* [aliases] dists = bdist_wheel -- GitLab