diff --git a/src/bioregistry/data/contexts.json b/src/bioregistry/data/contexts.json index a3147ae50..b4578aa25 100644 --- a/src/bioregistry/data/contexts.json +++ b/src/bioregistry/data/contexts.json @@ -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", diff --git a/tests/test_contexts.py b/tests/test_contexts.py index de677c2e5..ede584073 100644 --- a/tests/test_contexts.py +++ b/tests/test_contexts.py @@ -8,7 +8,6 @@ import pytest import bioregistry -import curies from bioregistry import Resource, manager from bioregistry.constants import CONTEXTS_PATH diff --git a/tox.ini b/tox.ini index b48cbcc7f..2d8fe20a2 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =