forked from pool/python-bleach
- 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
14 lines
470 B
Diff
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',
|