Skip to content

Commit

Permalink
Change pytest version to 3.6.2 to align with upstream WPT runner.
Browse files Browse the repository at this point in the history
Bug: 881513
Change-Id: I7545077ccf34528b9053561749f65bd1553e8ca2
Reviewed-on: https://chromium-review.googlesource.com/c/1474600
Reviewed-by: Robert Ma <robertma@chromium.org>
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Commit-Queue: Kyle Ju <kyleju@chromium.org>
Cr-Commit-Position: refs/heads/master@{#633824}
  • Loading branch information
kyle Ju authored and Commit Bot committed Feb 20, 2019
1 parent 7705246 commit 9afd817
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .vpython
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ wheel: <

wheel <
name: "infra/python/wheels/pytest-py2_py3"
version: "version:3.5.0"
version: "version:3.6.2"
>

wheel <
Expand All @@ -257,7 +257,7 @@ wheel <

wheel <
name: "infra/python/wheels/pluggy-py2_py3"
version: "version:0.6.0"
version: "version:0.7.1"
>

wheel <
Expand All @@ -278,3 +278,13 @@ wheel: <
name: "infra/python/wheels/colorama-py2_py3"
version: "version:0.4.1"
>

wheel: <
name: "infra/python/wheels/atomicwrites-py2_py3"
version: "version:1.3.0"
>

wheel: <
name: "infra/python/wheels/pathlib2-py2_py3"
version: "version:2.3.3"
>

0 comments on commit 9afd817

Please sign in to comment.