void-packages/srcpkgs/python3-Sphinx/patches/pytest.patch
2020-02-10 22:09:00 +01:00

11 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',