process: Fix drop_kills test when running on macOS with a single thread

This commit is contained in:
Ivan Petkov
2019-06-24 16:57:19 -07:00
parent 784d21ae31
commit 93680357dd
3 changed files with 23 additions and 7 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ codecov = { repository = "alexcrichton/tokio-process" }
[dependencies]
futures = "0.1.11"
mio = "=0.6.16" # TODO: investigate further and unpin this
mio = "0.6.5"
tokio-io = "0.1"
tokio-reactor = "0.1"