aboutsummaryrefslogtreecommitdiff
path: root/www/py-flask-mongoengine/files/patch-setup.py
blob: 186bfde1fcc5e53d052cd840eca01a588c2e57bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2019-12-24 07:50:35 UTC
+++ setup.py
@@ -53,7 +53,7 @@ setup(
               'flask_mongoengine.wtf'],
     include_package_data=True,
     tests_require=test_requirements,
-    setup_requires=test_requirements,  # Allow proper nose usage with setuptools and tox
+    # setup_requires=test_requirements,  # Allow proper nose usage with setuptools and tox
     description=description,
     long_description=long_description,
     classifiers=[