Skip to content

Commit c065240

Browse files
authored
Merge pull request #1368 from yannci/ocioOption
ie options: Remove setting `OCIO` path for test environment
2 parents 173e359 + 3d7ddaa commit c065240

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)