summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2020-04-10 20:56:06 -0400
committerGuillaume Horel2020-04-10 20:56:06 -0400
commit48d07351a40ddf45d17c584568d5992102342691 (patch)
treeedd29d2c21f3f3966ead0af48c7ee96e0c818921 /PKGBUILD
parent919650a9afed760cf548b60e9831d303c48b6b9f (diff)
downloadaur-48d07351a40ddf45d17c584568d5992102342691.tar.gz
disable tests
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edf5818c89ba..5c95c5735bc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ depends=('python'
'python-scipy'
'python-toolz')
makedepends=('python-setuptools')
-optdepends=('python-scs' 'python-nose')
-checkdepends=('python-scs')
+optdepends=('python-scs' 'python-osqp')
+checkdepends=('python-nose' 'python-osqp' 'python-scs')
license=('Apache')
arch=('any')
source=("https://github.com/cvxgrp/cvxpy/archive/v${pkgver}.tar.gz")