Running the pypy test for flask with the tornado option causes it to fail.
@@ -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"],
@@ -63,6 +63,6 @@
"display_name": "tornado-py3",
"notes": "CPython 3.3",
"versus": ""
- },
+ }
}]
}