Path to this page:
Subject: CVS commit: pkgsrc/devel/py-test-timeout
From: Adam Ciarcinski
Date: 2024-03-21 09:32:28
Message id: 20240321083228.95F0AFA2C@cvs.NetBSD.org
Log Message:
py-test-timeout: updated to 2.3.1
2.3.1
Fixup some build errors, mostly README syntax which stopped twine from uploading.
2.3.0
Fix debugger detection for recent VSCode, this compiles pydevd using cython \
which is now correctly detected. Thanks Adrian Gielniewski.
Switched to using Pytest's TerminalReporter instead of writing directly to \
sys.{stdout,stderr}. This change also switches all output from sys.stderr to \
sys.stdout. Thanks Pedro Algarvio.
Pytest 7.0.0 is now the minimum supported version. Thanks Pedro Algarvio.
Add --session-timeout option and session_timeout setting. Thanks Brian Okken.
Files: