summaryrefslogtreecommitdiff
path: root/dev-util/ruff/files/ruff-0.1.14-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/ruff/files/ruff-0.1.14-tests.patch')
-rw-r--r--dev-util/ruff/files/ruff-0.1.14-tests.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-util/ruff/files/ruff-0.1.14-tests.patch b/dev-util/ruff/files/ruff-0.1.14-tests.patch
deleted file mode 100644
index c2f1ce68cf99..000000000000
--- a/dev-util/ruff/files/ruff-0.1.14-tests.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/crates/ruff/tests/show_settings.rs b/crates/ruff/tests/show_settings.rs
-index e2016e378..90d56f969 100644
---- a/crates/ruff/tests/show_settings.rs
-+++ b/crates/ruff/tests/show_settings.rs
-@@ -21,6 +21,7 @@ const TEST_FILTERS: &[(&str, &str)] = &[
- ];
-
- #[test]
-+#[ignore]
- fn display_default_settings() {
- insta::with_settings!({ filters => TEST_FILTERS.to_vec() }, {
- assert_cmd_snapshot!(Command::new(get_cargo_bin(BIN_NAME))