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 951972d commit b8a2fa6Copy full SHA for b8a2fa6
README.rst
@@ -240,8 +240,8 @@ session using ``--pdb`` or similar.
240
Changelog
241
=========
242
243
-Unreleased
244
------------
+2.0.2
+-----
245
246
- Fix debugger detection on OSX, thanks Alexander Pacha.
247
setup.py
@@ -9,7 +9,7 @@
9
name="pytest-timeout",
10
description="pytest plugin to abort hanging tests",
11
long_description=long_description,
12
- version="2.0.1",
+ version="2.0.2",
13
author="Floris Bruynooghe",
14
author_email="[email protected]",
15
url="https://github.com/pytest-dev/pytest-timeout",
0 commit comments