My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/development/python-modules/grandalf/no-setup-requires-pytestrun...

15 lines
488 B

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'],