xwax: init at version 1.9 (#377421)
[NixPkgs.git] / pkgs / development / python-modules / grandalf / no-setup-requires-pytestrunner.patch
blob80e12e246ebb78f884ec2e7f34309ebacc9e6484
1 diff --git a/setup.py b/setup.py
2 index 0470622..d574ceb 100755
3 --- a/setup.py
4 +++ b/setup.py
5 @@ -75,8 +75,8 @@ setup(
6 # your project is installed. For an analysis of "install_requires" vs pip's
7 # requirements files see:
8 # https://packaging.python.org/en/latest/requirements.html
9 - setup_requires=['pytest-runner',],
10 - tests_require=['pytest',],
11 + setup_requires=[],
12 + tests_require=['pytest','pytest-runner',],
14 install_requires=['pyparsing','future'],