Files
void-packages/srcpkgs/python3-Sphinx/patches/pytest.patch
Đoàn Trần Công Danh b2d5c4762a python3-Sphinx: update to 2.4.0.
2020-02-10 22:09:00 +01:00

12 lines
297 B
Diff

--- setup.py.orig 2020-02-10 15:29:43.296312199 +0700
+++ setup.py 2020-02-10 15:29:53.988279685 +0700
@@ -42,7 +42,7 @@
'sphinxcontrib-websupport',
],
'test': [
- 'pytest < 5.3.3',
+ 'pytest',
'pytest-cov',
'html5lib',
'flake8>=3.5.0',