From 04432f5b10eec31433482e1b191c0d71f19acff5 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Thu, 7 Mar 2024 22:01:15 +0100 Subject: [PATCH] Some fixes to readme, bump version The last version is just never going to be published. That's fine. --- README.rst | 8 +++++++- setup.cfg | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index df8666d..5fc7c3d 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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 ----- diff --git a/setup.cfg b/setup.cfg index 7474ab8..914ad08 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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