Skip to content

Commit cb8aa53

Browse files
committed
Improve failing tests
Signed-off-by: tdruez <[email protected]>
1 parent 58ea556 commit cb8aa53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanpipe/tests/test_pipelines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,6 @@ class PipelinesIntegrationTest(TestCase):
535535
"file_type",
536536
# mime type and is_script are inconsistent across systems
537537
"mime_type",
538-
"type",
539538
"is_script",
540539
"notes",
541540
"settings",
@@ -967,6 +966,7 @@ def test_scanpipe_inspect_packages_with_resolved_dependencies_poetry(self):
967966
)
968967
self.assertPipelineResultEqual(expected_file, result_file)
969968

969+
@skipIf(sys.platform == "darwin", "Not supported on macOS")
970970
def test_scanpipe_resolved_dependencies_cocoapods(self):
971971
pipeline_name = "resolve_dependencies"
972972
project1 = make_project()

0 commit comments

Comments
 (0)