Skip to content

Commit

Permalink
Bug 1531941 [wpt PR 15614] - [wpt] Avoid race condition during module…
Browse files Browse the repository at this point in the history
… install, a=testonly

Automatic update from web-platform-tests
[wpt] Avoid race condition during module install (#15614)

See web-platform-tests/results-collection#649
--

wpt-commits: cc4f2960306867e50d5beba4e86749aa75961fe8
wpt-pr: 15614

UltraBlame original commit: 63a641c33b4d6264c2226911fb61d7d59f9aacff
  • Loading branch information
marco-c committed Oct 4, 2019
1 parent 5362c63 commit df312e5
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions testing/web-platform/tests/tools/wpt/virtualenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,32 @@
)
:

#
-
-
prefer
-
binary
guards
against
race
conditions
when
installation

#
occurs
while
packages
are
in
the
process
of
being
published
.

call
(
self
Expand All @@ -339,6 +365,13 @@
"
install
"
"
-
-
prefer
-
binary
"
*
requirements
)
Expand All @@ -351,8 +384,35 @@
)
:

#
-
-
prefer
-
binary
guards
against
race
conditions
when
installation

#
occurs
while
packages
are
in
the
process
of
being
published
.

call
(

self
.
pip_path
Expand All @@ -361,7 +421,15 @@
"
"
-
-
prefer
-
binary
"
"
-
r
"
requirements_path

)

0 comments on commit df312e5

Please sign in to comment.