From 5b3b6a53369ba867838cc669de45ac592f2f3472 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 8 Feb 2022 19:52:40 +0100 Subject: try PYTHONDEVMODE --- pytest.ini | 2 +- tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 72ad24002..5784611f9 100644 --- a/pytest.ini +++ b/pytest.ini @@ -86,4 +86,4 @@ filterwarnings = ignore:_SixMetaPathImporter\.find_spec\(\) not found; falling back to find_module\(\):ImportWarning # https://github.com/ionelmc/python-hunter/issues/97 ignore:The distutils\.sysconfig module is deprecated, use sysconfig instead:DeprecationWarning -faulthandler_timeout = 90 +#faulthandler_timeout = 90 diff --git a/tox.ini b/tox.ini index f52d7b158..814354047 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,7 @@ setenv = PYTEST_QT_API=pyqt5 pyqt{,512,513,514,515,5150}: LINK_PYQT_SKIP=true cov: PYTEST_ADDOPTS=--cov --cov-report xml --cov-report=html --cov-report= + PYTHONDEVMODE=1 passenv = PYTHON DISPLAY XAUTHORITY HOME USERNAME USER CI XDG_* QUTE_* DOCKER QT_QUICK_BACKEND PY_COLORS DBUS_SESSION_BUS_ADDRESS basepython = py: {env:PYTHON:python3} -- cgit v1.2.3-54-g00ecf