chore: remove dependency pretty_assertions

This commit is contained in:
Paul Campbell 2024-05-18 22:21:10 +01:00
parent d6ca6ea3b2
commit 6c06d63c57
5 changed files with 0 additions and 5 deletions

View file

@ -76,4 +76,3 @@ tokio = { version = "1.37" }
# Testing
assert2 = "0.3"
pretty_assertions = "1.4"

View file

@ -58,7 +58,6 @@ derive_more = { workspace = true }
[dev-dependencies]
# # Testing
assert2 = { workspace = true }
pretty_assertions = { workspace = true }
[lints.clippy]
nursery = { level = "warn", priority = -1 }

View file

@ -60,7 +60,6 @@ derive_more = { workspace = true }
# [dev-dependencies]
# # Testing
# assert2 = { workspace = true }
# pretty_assertions = { workspace = true }
[lints.clippy]
nursery = { level = "warn", priority = -1 }

View file

@ -61,7 +61,6 @@ tokio = { workspace = true }
[dev-dependencies]
# Testing
assert2 = { workspace = true }
pretty_assertions = { workspace = true }
[lints.clippy]
nursery = { level = "warn", priority = -1 }

View file

@ -8,7 +8,6 @@ use git_next_config::{
};
use git_next_git::{self as git, Generation, GitRemote};
use kxio::fs;
use pretty_assertions::assert_eq;
use crate::gitforge::tests::common;