Browse Source

896 removed tornado option

Running the pypy test for flask with
the tornado option causes it to fail.
James Yen 11 năm trước cách đây
mục cha
commit
5e48016752
2 tập tin đã thay đổi với 1 bổ sung2 xóa
  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": ""
-    },
+    }
   }]
 }