mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
979025921b
https://github.com/astral-sh/ruff/releases/tag/0.15.16 https://github.com/astral-sh/ruff/releases/tag/0.15.17
16 lines
361 B
Plaintext
16 lines
361 B
Plaintext
Don't run doctest during tests
|
|
|
|
Index: crates/ruff_db/Cargo.toml
|
|
--- crates/ruff_db/Cargo.toml.orig
|
|
+++ crates/ruff_db/Cargo.toml
|
|
@@ -59,6 +59,9 @@ web-time = { version = "1.1.0" }
|
|
insta = { workspace = true, features = ["filters"] }
|
|
tempfile = { workspace = true }
|
|
|
|
+[lib]
|
|
+doctest = false
|
|
+
|
|
[features]
|
|
cache = ["ruff_cache"]
|
|
junit = ["dep:quick-junit"]
|