python : implemented possible solution

This commit is contained in:
alalazo
2016-03-17 18:22:07 +01:00
parent e673127263
commit ac394718ec
2 changed files with 12 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
from spack import *
from spack.package import PythonExtension
class PyNose(Package):
class PyNose(PythonExtension):
"""nose extends the test loading and running features of unittest,
making it easier to write, find and run tests."""