-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Spurious test errors #41306
Copy link
Copy link
Closed
Labels
Description
Steps to reproduce
spack repo add: error: argument --scope: invalid choice: 'site' choose from:
defaults
in
def test_create_add_list_remove(mutable_config, tmpdir):
# Create a new repository and check that the expected
# files are there
repo("create", str(tmpdir), "mockrepo")
assert os.path.exists(os.path.join(str(tmpdir), "repo.yaml"))
# Add the new repository and check it appears in the list output
> repo("add", "--scope=site", str(tmpdir))likely triggered by a particular order of running tests.
Error message
No response
Information on your system
.
General information
- I have run
spack debug reportand reported the version of Spack/Python/Platform - I have searched the issues of this repo and believe this is not a duplicate
- I have run the failing commands in debug mode and reported the output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done