Do not build XCFun tests (#19568)

This commit is contained in:
Roberto Di Remigio
2020-10-28 16:56:11 +01:00
committed by GitHub
parent f4b63db78f
commit 98a1771590

View File

@@ -39,5 +39,6 @@ def cmake_args(self):
"-DXCFUN_MAX_ORDER=8",
"-DXCFUN_PYTHON_INTERFACE=ON",
"-DPYTHON_EXECUTABLE={0}".format(spec['python'].command),
"-DENABLE_TESTALL=OFF",
]
return args