Skip to content

Commit

Permalink
Revert "BLD: prevent asv from calling sys.stdin.close() by using diff…
Browse files Browse the repository at this point in the history
…erent launch method (pandas-dev#25237)" (pandas-dev#25253)

This reverts commit f67b7fd.
  • Loading branch information
TomAugspurger authored and Pingviinituutti committed Feb 28, 2019
1 parent a193040 commit 5ebc62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
if git diff upstream/master --name-only | grep -q "^asv_bench/"; then
cd asv_bench
asv machine --yes
ASV_OUTPUT="$(asv run --quick --show-stderr --python=same --launch-method=spawn)"
ASV_OUTPUT="$(asv dev)"
if [[ $(echo "$ASV_OUTPUT" | grep "failed") ]]; then
echo "##vso[task.logissue type=error]Benchmarks run with errors"
echo "$ASV_OUTPUT"
Expand Down

0 comments on commit 5ebc62b

Please sign in to comment.