mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix Nuke legacy test
Legacy Nuke tests are not cleaning up `renders` folders. Branch with DL version disables Cleanup for now.
This commit is contained in:
parent
1fcc15583c
commit
e2ec1457c9
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ class NukeHostFixtures(HostFixtures):
|
|||
|
||||
@pytest.fixture(scope="module")
|
||||
def skip_compare_folders(self):
|
||||
yield []
|
||||
yield ["renders"]
|
||||
|
||||
|
||||
class NukeLocalPublishTestClass(NukeHostFixtures, PublishTest):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue