Skip to content

Commit

Permalink
do not ignore nosetests script in py-nose
Browse files Browse the repository at this point in the history
  • Loading branch information
lee218llnl committed Jul 22, 2016
1 parent 7220bc1 commit 773bca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/py-nose/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class PyNose(Package):
version('1.3.6', '0ca546d81ca8309080fc80cb389e7a16')
version('1.3.7', '4d3ad0ff07b61373d2cefc89c5d0b20b')

extends('python', ignore=r'bin/nosetests.*$')
extends('python')
depends_on('py-setuptools', type='build')

def install(self, spec, prefix):
Expand Down

0 comments on commit 773bca1

Please sign in to comment.