pythonPackages.cvxopt: re-enable tests (#43566)
This reverts commit 64a64e7483581b2ea64b48a74671681176d14631. The issue was fixed in d2f0fc1f414290b399301f284329b791c010ee85.
This commit is contained in:
parent
18774d4173
commit
338f71a338
@ -46,11 +46,6 @@ buildPythonPackage rec {
|
|||||||
export CVXOPT_FFTW_INC_DIR=${fftw.dev}/include
|
export CVXOPT_FFTW_INC_DIR=${fftw.dev}/include
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# https://github.com/cvxopt/cvxopt/issues/122
|
|
||||||
# This is fixed on staging (by #43234, status 2018-07-15), but until that
|
|
||||||
# lands we should disable the tests. Otherwise the 99% of use cases that
|
|
||||||
# should be unaffected by that failure are affected.
|
|
||||||
doCheck = false;
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
${python.interpreter} -m unittest discover -s tests
|
${python.interpreter} -m unittest discover -s tests
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user