Skip to content

Commit 406f16c

Browse files
Fix packaging of 2.1.0 in Fedora: testing requires "pytest-timeout". (#2550)
1 parent da4329e commit 406f16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ crc32c = ["crc32c"]
3737
lz4 = ["lz4"]
3838
snappy = ["python-snappy"]
3939
zstd = ["zstandard"]
40-
testing = ["pytest", "mock; python_version < '3.3'", "pytest-mock"]
40+
testing = ["pytest", "mock; python_version < '3.3'", "pytest-mock", "pytest-timeout"]
4141

4242
[tool.setuptools]
4343
include-package-data = false

0 commit comments

Comments
 (0)