Skip to content

Commit 3d7ddaa

Browse files
committed
ie options: Remove setting OCIO path for test environment
The path is pointing to a deprecated config that doesn't reflect our current color pipeline or CI/testing environment anymore. It created additional issues when running the `IECoreMaya` tests because autodesk's color management prints exception and error strings during the test run if the file path is invalid
1 parent f4f4d86 commit 3d7ddaa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config/ie/options

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,9 +432,6 @@ if targetApp=="rv" :
432432
# find doxygen
433433
DOXYGEN = os.path.join( "/software/apps/doxygen", os.environ["DOXYGEN_VERSION"], platform, "bin", "doxygen" )
434434

435-
# we need this so IECoreImage tests use a standard color conversion config
436-
os.environ["OCIO"] = "/software/config/openColorIO/nuke-default/config.ocio"
437-
438435
# import vars we need to get our doxygen and python wrappers working
439436
envVarsToImport = [
440437
"PATH",

0 commit comments

Comments
 (0)