forked from kemitix/git-next
chore: remove dependency pretty_assertions
This commit is contained in:
parent
d6ca6ea3b2
commit
6c06d63c57
5 changed files with 0 additions and 5 deletions
|
@ -76,4 +76,3 @@ tokio = { version = "1.37" }
|
|||
|
||||
# Testing
|
||||
assert2 = "0.3"
|
||||
pretty_assertions = "1.4"
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -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 }
|
||||
|
|
|
@ -61,7 +61,6 @@ tokio = { workspace = true }
|
|||
[dev-dependencies]
|
||||
# Testing
|
||||
assert2 = { workspace = true }
|
||||
pretty_assertions = { workspace = true }
|
||||
|
||||
[lints.clippy]
|
||||
nursery = { level = "warn", priority = -1 }
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue