depot/third_party/nixpkgs/pkgs/development/python-modules/grandalf/no-setup-requires-pytestrunner.patch
Default email 8ac5e011d6 Project import generated by Copybara.
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
2020-04-24 19:36:52 -04:00

15 lines
488 B
Diff

diff --git a/setup.py b/setup.py
index 0470622..d574ceb 100755
--- a/setup.py
+++ b/setup.py
@@ -75,8 +75,8 @@ setup(
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
- setup_requires=['pytest-runner',],
- tests_require=['pytest',],
+ setup_requires=[],
+ tests_require=['pytest','pytest-runner',],
install_requires=['pyparsing','future'],