File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ You can also set the session timeout the pytest configuration file using the ``s
364
364
session_timeout = 600
365
365
366
366
Cooperative timeouts
367
- -----------------
367
+ --------------------
368
368
369
369
Session timeouts are cooperative timeouts. pytest-timeout checks the
370
370
session time at the end of each test function, and stops further tests
@@ -392,6 +392,12 @@ to 100 seconds::
392
392
Changelog
393
393
=========
394
394
395
+ 2.3.1
396
+ -----
397
+
398
+ - Fixup some build errors, mostly README syntax which stopped twine
399
+ from uploading.
400
+
395
401
2.3.0
396
402
-----
397
403
Original file line number Diff line number Diff line change 2
2
name = pytest-timeout
3
3
description = pytest plugin to abort hanging tests
4
4
long_description = file: README.rst
5
- version = 2.3.0
5
+ long_description_content_type = text/x-rst
6
+ version = 2.3.1
6
7
author = Floris Bruynooghe
7
8
author_email = flub@devork.be
8
9
url = https://github.com/pytest-dev/pytest-timeout
You can’t perform that action at this time.
0 commit comments