Skip to content

Commit

Permalink
servo: Merge #7117 - Reenable "Use one Python virtual environment for…
Browse files Browse the repository at this point in the history
… all mach commands" (from frewsxcv:python-venv); r=jdm

Address the issues brought up by servo/servo#7103

The revert requires an upgrade to wptrunner (for the mozlog 3.0 compatibility) because the latest wptrunner depends on [this](w3c/wpt-tools#27))

/cc Ms2ger metajack

Source-Repo: https://github.com/servo/servo
Source-Revision: 4e6bbe227299b3b8a08cba7e613952806ada4402

UltraBlame original commit: 3b54edfbc4495f65e8bc23a047821d2a3bf2d753
  • Loading branch information
marco-c committed Oct 1, 2019
1 parent 7621826 commit 536ef0c
Show file tree
Hide file tree
Showing 52 changed files with 334 additions and 75,036 deletions.
4 changes: 1 addition & 3 deletions servo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ android
/
obj
/
tests
/
wpt
python
/
_virtualenv
*
Expand Down
161 changes: 0 additions & 161 deletions servo/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,139 +28,6 @@ test
harnesses
.
=
mozdebug
=
mozbase
module
containing
information
about
various
debuggers
.
This
can
be
updated
by
copying
the
latest
version
from
https
:
/
/
hg
.
mozilla
.
org
/
mozilla
-
central
/
file
/
tip
/
testing
/
mozbase
/
mozdebug
=
mozinfo
=
Mozbase
module
for
extracting
information
about
the
host
hardware
/
os
.
This
can
be
updated
by
copying
the
latest
version
from
hg
.
mozilla
.
org
/
mozilla
-
central
/
file
/
tip
/
testing
/
mozbase
/
mozinfo
=
mozlog
=
A
mozbase
logging
module
required
for
wptrunner
output
and
command
line
arguments
.
This
can
be
updated
by
copying
the
latest
version
from
hg
.
mozilla
.
org
/
mozilla
-
central
/
file
/
tip
/
testing
/
mozbase
/
mozlog
=
servo
=
servo
Expand All @@ -186,31 +53,3 @@ for
this
code
.
=
=
toml
=
=
Python
module
for
reading
toml
files
.
This
can
be
updated
from
https
:
/
/
github
.
com
/
uiri
/
toml
Loading

0 comments on commit 536ef0c

Please sign in to comment.