]> git.pld-linux.org Git - packages/python-bleach.git/blob - python-bleach-pytest.patch
04059291ab8a9369c812596f9bb3d2107091cec0
[packages/python-bleach.git] / python-bleach-pytest.patch
1 --- bleach-3.1.0/setup.py.orig  2018-11-09 14:09:24.000000000 +0100
2 +++ bleach-3.1.0/setup.py       2019-10-09 17:13:57.918597037 +0200
3 @@ -11,7 +11,7 @@
4  setup_requires = []
5  if 'test' in sys.argv:
6      # Only add pytest-runner to setup_requires if running tests
7 -    setup_requires.append('pytest-runner>=2.0,<3dev')
8 +    setup_requires.append('pytest-runner>=2.0')
9  
10  tests_require = [
11      'pytest>=3.0.0',
This page took 0.047079 seconds and 2 git commands to generate.