https://bugzilla.redhat.com/show_bug.cgi?id=2316689 Fabio Valentini <decathorpe@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |decathorpe@xxxxxxxxx Assignee|nobody@xxxxxxxxxxxxxxxxx |decathorpe@xxxxxxxxx Status|NEW |ASSIGNED Flags| |fedora-review? --- Comment #4 from Fabio Valentini <decathorpe@xxxxxxxxx> --- The tests are easy to fix, it's just missing dependencies. Not sure how upstream handles this ... ```patch diff --git a/Cargo.toml b/Cargo.toml index b81c8ae..098ce49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,5 +62,16 @@ version = "1" [dependencies.smallvec] version = "1" +[dev-dependencies.actix-web] +version = "4" +default-features = false +features = ["macros"] + +[dev-dependencies.env_logger] +version = "0.11" + +[dev-dependencies.regex] +version = "1" + [features] draft-private-network-access = [] ``` -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2316689 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202316689%23c4 -- _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue