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 1710d94 commit 5f41d4c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions testing/web-platform/tests/tools/wpt/virtualenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,13 @@
"
install
"
"
-
-
prefer
-
binary
"
*
requirements
)
Expand All @@ -349,6 +356,7 @@

call
(

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

)

0 comments on commit 5f41d4c

Please sign in to comment.