Remove all test variants

This commit is contained in:
Adam J. Stewart
2017-04-20 12:13:11 -05:00
parent 21e4a81de0
commit 9ca0d1f5f0
8 changed files with 16 additions and 22 deletions

View File

@@ -35,10 +35,11 @@ class PyPatsy(PythonPackage):
version('0.4.1', '9445f29e3426d1ed30d683a1e1453f84')
variant('splines', description="Offers spline related functions")
variant('tests', description="allows nose tests")
depends_on('py-setuptools', type='build')
depends_on('py-numpy', type=('build', 'run'))
depends_on('py-scipy', type=('build', 'run'), when="+splines")
depends_on('py-nose', type=('build', 'run'), when="+tests")
depends_on('py-six', type=('build', 'run'))
# TODO: Add a 'test' deptype
# depends_on('py-nose', type='test')