We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e96621 commit 617b1b6Copy full SHA for 617b1b6
README.rst
@@ -392,11 +392,13 @@ to 100 seconds::
392
Changelog
393
=========
394
395
-x.y.z
+2.4.0
396
-----
397
398
- Detect debuggers registered with sys.monitoring. Thanks Rich
399
Chiodo.
400
+- Make it clear the timeout message comes from pytest-timeout. Thanks
401
+ Pedro Brochado.
402
403
2.3.1
404
setup.cfg
@@ -3,7 +3,7 @@ name = pytest-timeout
3
description = pytest plugin to abort hanging tests
4
long_description = file: README.rst
5
long_description_content_type = text/x-rst
6
-version = 2.3.1
+version = 2.4.0
7
author = Floris Bruynooghe
8
author_email = flub@devork.be
9
url = https://github.com/pytest-dev/pytest-timeout
0 commit comments