mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove references to no-longer-in-tree Python packages
This commit is contained in:
parent
e38df50bbf
commit
31e57cb349
3 changed files with 0 additions and 37 deletions
|
@ -6,36 +6,7 @@ development.
|
|||
The command dispatch framework used to wrap the build system and 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-specific python code e.g. implementations of mach commands. This
|
||||
is the canonical repository for this code.
|
||||
|
||||
== toml ==
|
||||
|
||||
Python module for reading toml files.
|
||||
|
||||
This can be updated from https://github.com/uiri/toml
|
||||
|
|
|
@ -12,10 +12,6 @@ from distutils.spawn import find_executable
|
|||
|
||||
SEARCH_PATHS = [
|
||||
"python/mach",
|
||||
"python/toml",
|
||||
"python/mozlog",
|
||||
"python/mozinfo",
|
||||
"python/mozdebug",
|
||||
"tests/wpt",
|
||||
"tests/wpt/harness",
|
||||
]
|
||||
|
|
|
@ -25,10 +25,6 @@ ignored_files = [
|
|||
"./support/*",
|
||||
"./tests/wpt/*",
|
||||
"./python/mach/*",
|
||||
"./python/mozdebug/*",
|
||||
"./python/mozinfo/*",
|
||||
"./python/mozlog/*",
|
||||
"./python/toml/*",
|
||||
"./components/script/dom/bindings/codegen/parser/*",
|
||||
"./components/script/dom/bindings/codegen/ply/*",
|
||||
"./python/_virtualenv/*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue