14
0
forked from pool/python-bleach
Files
python-bleach/pytest-requirement.patch
Tomáš Chvátal 9862f6181f - Add patch pytest-requirement.patch to build with new pytest-runner
- Version update to 2.1.2:
  * Support new html5lib

- Convert to singlespec and enable tests/etc.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bleach?expand=0&rev=13
2017-12-13 14:27:19 +00:00

14 lines
470 B
Diff

Index: bleach-2.1.2/setup.py
===================================================================
--- bleach-2.1.2.orig/setup.py
+++ bleach-2.1.2/setup.py
@@ -11,7 +11,7 @@ from setuptools import setup, find_packa
setup_requires = []
if 'test' in sys.argv:
# Only add pytest-runner to setup_requires if running tests
- setup_requires.append('pytest-runner>=2.0,<3dev')
+ setup_requires.append('pytest-runner>=2.0')
tests_require = [
'pytest>=3.0.0',