mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
report when blocked package exception is not needed
This commit is contained in:
parent
3ced8d4ddc
commit
aa7ba1a850
3 changed files with 60 additions and 1 deletions
26
python/tidy/servo_tidy_tests/blocked_package.lock
Normal file
26
python/tidy/servo_tidy_tests/blocked_package.lock
Normal file
|
@ -0,0 +1,26 @@
|
|||
[root]
|
||||
name = "servo"
|
||||
version = "0.0.1"
|
||||
|
||||
[[package]]
|
||||
name = "test_blocked"
|
||||
version = "0.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "test_exception"
|
||||
version = "0.0.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "test_unneeded_exception"
|
||||
version = "0.0.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue