[python-gunicorn] forgot to git add...

Dan Callaghan dcallagh at fedoraproject.org
Mon Nov 26 07:08:13 UTC 2012


commit aa3e6ff9d790642d8840c4ddb2714d0697e07a0a
Author: Dan Callaghan <dcallagh at redhat.com>
Date:   Mon Nov 26 17:07:41 2012 +1000

    forgot to git add...

 gunicorn-issue-440.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/gunicorn-issue-440.patch b/gunicorn-issue-440.patch
new file mode 100644
index 0000000..c23a432
--- /dev/null
+++ b/gunicorn-issue-440.patch
@@ -0,0 +1,12 @@
+diff -ur gunicorn-0.16.1.orig/setup.py gunicorn-0.16.1/setup.py
+--- gunicorn-0.16.1.orig/setup.py	2012-11-19 20:49:05.000000000 +1000
++++ gunicorn-0.16.1/setup.py	2012-11-26 16:43:21.992259334 +1000
+@@ -56,7 +56,7 @@
+ 
+     def run(self):
+         import sys,subprocess
+-        basecmd = [sys.executable, '-m', 'py.test']
++        basecmd = [sys.executable, '-m', 'pytest']
+         if self.cov:
+             basecmd += ['--cov', 'gunicorn']
+         errno = subprocess.call(basecmd + ['tests'])


More information about the scm-commits mailing list