File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 33Changelog
44=========
55
6+ 1.1.0 (UNRELEASED)
7+ ------------------
8+
9+ - Speedup live server start time. Use `socket ` instead of server
10+ pulling (`#58 `_) to check server availability and add new
11+ ``--live-server-wait `` option to set the live server wait timeout.
12+ Thanks to `@jadkik `_.
13+
14+
6151.0.0 (2020-03-03)
716------------------
817
@@ -85,9 +94,6 @@ Changelog
8594
8695- Implement deployment using Travis, following in line with many other pytest plugins.
8796
88- - Speedup live server start time. Use `socket ` instead of server
89- pulling (`#58 `_) to check server availability. Thanks to `@jadkik `_.
90-
9197- Allow live server to handle concurrent requests (`#56 `_), thanks to
9298 `@mattwbarry `_ for the PR.
9399
You can’t perform that action at this time.
0 commit comments