aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/repository
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/repository')
-rw-r--r--crates/shirabe/tests/repository/composer_repository_test.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/shirabe/tests/repository/composer_repository_test.rs b/crates/shirabe/tests/repository/composer_repository_test.rs
index 613dbb8e..0d1439b5 100644
--- a/crates/shirabe/tests/repository/composer_repository_test.rs
+++ b/crates/shirabe/tests/repository/composer_repository_test.rs
@@ -184,10 +184,6 @@ fn test_load_data() {
}
}
-// Ported and exercising the real whatProvides path, but blocked by an unimplemented
-// production method: building the dev-* alias packages reaches AliasPackage::get_source_type
-// (todo!() in package/alias_package.rs).
-#[ignore = "production todo!(): AliasPackage::get_source_type unimplemented (reached when building dev-* branch aliases)"]
#[test]
fn test_what_provides() {
let (config, _home) = create_config();