We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf7ce6 commit 3893358Copy full SHA for 3893358
1 file changed
tests/generate-mega-melt.py
@@ -23,6 +23,9 @@ def child(node, tag):
23
ignoredArtifacts = [
24
# TEMP: Until scenerygraphics/scenery#314 is addressed.
25
'scenery',
26
+ # TEMP: Until imagej-omero is updated for pom-scijava 29.
27
+ 'imagej-omero',
28
+ 'imagej-omero-legacy',
29
# NB: The following artifacts have messy dependency trees.
30
# Too many problems to test as part of the mega-melt.
31
# See WARNING block in pom-scijava's pom.xml for details.
0 commit comments