From 9cacadc8a637cc6c96380f73c4bfd1d6967351bd Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sun, 26 Jan 2020 16:36:04 +0100 Subject: 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. --- tests/python/modules/test_utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/python/modules/test_utils.py b/tests/python/modules/test_utils.py index 46c1626493f..e31db05ba61 100755 --- a/tests/python/modules/test_utils.py +++ b/tests/python/modules/test_utils.py @@ -85,7 +85,6 @@ class AbstractBlenderRunnerTest(unittest.TestCase): command.append(str(blendfile)) command.extend([ - '-E', 'CYCLES', '--python-exit-code', '47', '--python-expr', python_script, ] -- cgit v1.2.3