From 405d1f8da7950354d04e6ff0666713aaa9dc3d71 Mon Sep 17 00:00:00 2001 From: Romain Geissler Date: Sun, 16 Mar 2025 17:23:56 +0000 Subject: [PATCH] Fix packaging of 2.1.0 in Fedora: testing requires "pytest-timeout". --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ddd40a08e..87132defb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ crc32c = ["crc32c"] lz4 = ["lz4"] snappy = ["python-snappy"] zstd = ["zstandard"] -testing = ["pytest", "mock; python_version < '3.3'", "pytest-mock"] +testing = ["pytest", "mock; python_version < '3.3'", "pytest-mock", "pytest-timeout"] [tool.setuptools] include-package-data = false