File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
364364 session_timeout = 600
365365
366366 Cooperative timeouts
367- -----------------
367+ --------------------
368368
369369Session timeouts are cooperative timeouts. pytest-timeout checks the
370370session time at the end of each test function, and stops further tests
@@ -392,6 +392,12 @@ to 100 seconds::
392392Changelog
393393=========
394394
395+ 2.3.1
396+ -----
397+
398+ - Fixup some build errors, mostly README syntax which stopped twine
399+ from uploading.
400+
3954012.3.0
396402-----
397403
Original file line number Diff line number Diff line change 22name = pytest-timeout
33description = pytest plugin to abort hanging tests
44long_description = file: README.rst
5- version = 2.3.0
5+ long_description_content_type = text/x-rst
6+ version = 2.3.1
67author = Floris Bruynooghe
78author_email = flub@devork.be
89url = https://github.com/pytest-dev/pytest-timeout
You can’t perform that action at this time.
0 commit comments