فهرست منبع

896 removed tornado option

Running the pypy test for flask with
the tornado option causes it to fail.
James Yen 11 سال پیش
والد
کامیت
5e48016752
2فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 0 1
      flask/setup_pypy.py
  2. 1 1
      tornado/benchmark_config

+ 0 - 1
flask/setup_pypy.py

@@ -15,7 +15,6 @@ def start(args, logfile, errfile):
     proc = subprocess.Popen([
         bin_dir + "/gunicorn",
         "app:app",
-        '-k', 'tornado',
         "-b", "0.0.0.0:8080",
         '-w', str(NCPU*3),
         "--log-level=critical"],

+ 1 - 1
tornado/benchmark_config

@@ -63,6 +63,6 @@
       "display_name": "tornado-py3",
       "notes": "CPython 3.3",
       "versus": ""
-    },
+    }
   }]
 }