We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ea556 commit cb8aa53Copy full SHA for cb8aa53
scanpipe/tests/test_pipelines.py
@@ -535,7 +535,6 @@ class PipelinesIntegrationTest(TestCase):
535
"file_type",
536
# mime type and is_script are inconsistent across systems
537
"mime_type",
538
- "type",
539
"is_script",
540
"notes",
541
"settings",
@@ -967,6 +966,7 @@ def test_scanpipe_inspect_packages_with_resolved_dependencies_poetry(self):
967
966
)
968
self.assertPipelineResultEqual(expected_file, result_file)
969
+ @skipIf(sys.platform == "darwin", "Not supported on macOS")
970
def test_scanpipe_resolved_dependencies_cocoapods(self):
971
pipeline_name = "resolve_dependencies"
972
project1 = make_project()
0 commit comments