Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Nov 7, 2023
1 parent 0004f34 commit 15cdcfc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/bioregistry/data/contexts.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
],
"prefix_remapping": {
"GEO": "ncbi.geo",
"cpga": "GRO",
"ensembl": "ENSEMBL",
"geogeo": "GEO",
"icd10": "ICD10WHO",
"cpga": "GRO",
"orphanet.ordo": "Orphanet",
"pubmed": "PMID",
"snomedct": "SCTID",
Expand Down
1 change: 0 additions & 1 deletion tests/test_contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import pytest

import bioregistry
import curies
from bioregistry import Resource, manager
from bioregistry.constants import CONTEXTS_PATH

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ envlist =

[testenv]
commands =
coverage run -p -m pytest --durations=20 {posargs:tests}
coverage run -p -m pytest --durations=20 --disable-warnings {posargs:tests}
coverage combine
coverage xml
deps =
Expand Down

0 comments on commit 15cdcfc

Please sign in to comment.