-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
I am not sure if this is a behavior which should be fixed or document, but when trying to use configs-ignore: test, I was surprised my test dependencies were still reported. When I have displayed the snapshot using outputs.snapshot-json-path, I see many (all?) test dependencies use test-internal as a config.
See https://github.com/OpenGrabeso/esprima-scala/actions/runs/6404384200/job/17384838363
"resolved": {
"org.scalatest:scalatest-shouldmatchers_sjs1_2.13:3.2.2": {
"package_url": "pkg:maven/org.scalatest/[email protected]",
"metadata": {
"config": "test-internal"
},
"relationship": "indirect",
"scope": "development",
"dependencies": [
"org.scalatest:scalatest-matchers-core_sjs1_2.13:3.2.2"
]
},I am not sure where this test-internal comes from, it is certainly not a configuration of my SBT project, which can be seen at https://github.com/OpenGrabeso/esprima-scala
Metadata
Metadata
Assignees
Labels
No labels