Fix tests failing when building without Cycles

The purpose of this line was to not use Blender Internal and associated old
materials, now either Eevee or Cycles is fine.
This commit is contained in:
Brecht Van Lommel 2020-01-26 16:36:04 +01:00
parent 62ec19f37c
commit 9cacadc8a6
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ class AbstractBlenderRunnerTest(unittest.TestCase):
command.append(str(blendfile))
command.extend([
'-E', 'CYCLES',
'--python-exit-code', '47',
'--python-expr', python_script,
]