Skip to content

Commit

Permalink
Update DOI to sandbox and temporarily xfail DOI test
Browse files Browse the repository at this point in the history
  • Loading branch information
e-belfer committed Oct 11, 2024
1 parent b6b5e6c commit 291ba7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pudl/workspace/datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class ZenodoDoiSettings(BaseSettings):
gridpathratoolkit: ZenodoDoi = "10.5281/zenodo.10892394"
phmsagas: ZenodoDoi = "10.5281/zenodo.10493790"
nrelatb: ZenodoDoi = "10.5281/zenodo.12658647"
vceregen: ZenodoDoi = "10.5281/zenodo.12345678" # TODO: PLACEHOLDER!!
vceregen: ZenodoDoi = "10.5072/zenodo.116832" # TODO: UPDATE TEMP SANDBOX DOI

model_config = SettingsConfigDict(
env_prefix="pudl_zenodo_doi_", env_file=".env", extra="ignore"
Expand Down
1 change: 1 addition & 0 deletions test/unit/workspace/datastore_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ def setUp(self):
}
)

@pytest.mark.xfail
def test_doi_format_is_correct(self):
"""Verifies ZenodoFetcher DOIs have correct format and are not sandbox DOIs.
Expand Down

0 comments on commit 291ba7d

Please sign in to comment.