Remove old share command from tests

This commit is contained in:
Carson Woods
2019-07-25 14:22:43 -06:00
parent b19f0fafcc
commit 4d7dae5716
2 changed files with 0 additions and 2 deletions

View File

@@ -25,7 +25,6 @@
from six.moves.urllib.error import HTTPError, URLError
install = SpackCommand('install')
share = SpackCommand('share')
@pytest.fixture(scope='module')

View File

@@ -8,7 +8,6 @@
from spack.main import SpackCommand, SpackCommandError
uninstall = SpackCommand('uninstall')
share = SpackCommand('share')
class MockArgs(object):