commit: cb0e65bd3d218b738a544a77d80bb81f463e3d68 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Dec 13 15:40:42 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Dec 13 15:40:42 2025 +0000 URL: https://gitweb.gentoo.org/proj/steve.git/commit/?id=cb0e65bd
Enable test timeouts if pytest-timeout is available Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..3efb9bd --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +timeout = 15
