File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,14 +85,6 @@ def test_recognize_package_manifests_does_not_recognize_plain_tarball(self):
8585 packages = recognize_package_manifests (test_file )
8686 assert not packages
8787
88- def test_recognize_cpan_manifest_as_plain_package (self ):
89- test_file = self .get_test_loc ('cpan/MANIFEST' )
90- try :
91- recognize_package_manifests (test_file )
92- self .fail ('Exception not raised' )
93- except NotImplementedError :
94- pass
95-
9688 def test_recognize_maven_dot_pom (self ):
9789 test_file = self .get_test_loc ('m2/aspectj/aspectjrt/1.5.3/aspectjrt-1.5.3.pom' )
9890 packages = recognize_package_manifests (test_file )
@@ -165,7 +157,6 @@ def test_recognize_bower(self):
165157 assert packages
166158 assert isinstance (packages [0 ], bower .BowerPackage )
167159
168- @expectedFailure
169160 def test_recognize_cpan (self ):
170161 test_file = self .get_test_loc ('cpan/MANIFEST' )
171162 packages = recognize_package_manifests (test_file )
You can’t perform that action at this time.
0 commit comments