Remove old share command from tests
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
from six.moves.urllib.error import HTTPError, URLError
|
||||
|
||||
install = SpackCommand('install')
|
||||
share = SpackCommand('share')
|
||||
|
||||
|
||||
@pytest.fixture(scope='module')
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
from spack.main import SpackCommand, SpackCommandError
|
||||
|
||||
uninstall = SpackCommand('uninstall')
|
||||
share = SpackCommand('share')
|
||||
|
||||
|
||||
class MockArgs(object):
|
||||
|
||||
Reference in New Issue
Block a user