From d54243ccb15347dbf39716d4634a8c9e6f41c945 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Wed, 26 Feb 2020 16:11:53 +0100 Subject: [PATCH] Copy console noise fix from iiasa/ixmp#247 - https://github.com/jpype-project/jpype/issues/561 - https://github.com/iiasa/ixmp/issues/229 - https://github.com/iiasa/ixmp/issues/247 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 9c7cb0421..c6bc71024 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,6 @@ [tool:pytest] +# Disable faulthandler plugin on Windows to prevent spurious console noise addopts = --cov=message_ix --cov-config=ci/coveragerc --cov-report term-missing --cov-report xml + -p no:faulthandler testpaths = tests