Skip to content

Commit

Permalink
EMSUSD-134 use UFE fix level to detect parent command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrebai-adsk committed Jan 16, 2024
1 parent edd8354 commit 216dc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/ufe/testParentCmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ def checkParentDone():

checkParentDone()

@unittest.skipUnless(mayaUtils.mayaMajorVersion() > 2025, 'Requires Maya fixes only available in Maya greater than 2025.')
@unittest.skipUnless(mayaUtils.ufeSupportFixLevel() >= 8, 'Requires parent command fix in Maya.')
def testParentToSelection(self):
'''
Test that the parent command with a single argument will parent to the selection.
Expand Down

0 comments on commit 216dc40

Please sign in to comment.