Skip to content

Commit

Permalink
Some fixes to readme, bump version
Browse files Browse the repository at this point in the history
The last version is just never going to be published.  That's fine.
  • Loading branch information
flub committed Mar 7, 2024
1 parent 48179d9 commit 04432f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ You can also set the session timeout the pytest configuration file using the ``s
session_timeout = 600
Cooperative timeouts
-----------------
--------------------

Session timeouts are cooperative timeouts. pytest-timeout checks the
session time at the end of each test function, and stops further tests
Expand Down Expand Up @@ -392,6 +392,12 @@ to 100 seconds::
Changelog
=========

2.3.1
-----

- Fixup some build errors, mostly README syntax which stopped twine
from uploading.

2.3.0
-----

Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
name = pytest-timeout
description = pytest plugin to abort hanging tests
long_description = file: README.rst
version = 2.3.0
long_description_content_type = text/x-rst
version = 2.3.1
author = Floris Bruynooghe
author_email = flub@devork.be
url = https://github.com/pytest-dev/pytest-timeout
Expand Down

0 comments on commit 04432f5

Please sign in to comment.