Skip to content

Commit

Permalink
Merge 4ef0b1c into 424e940
Browse files Browse the repository at this point in the history
  • Loading branch information
Wim-De-Clercq committed Dec 9, 2021
2 parents 424e940 + 4ef0b1c commit 998ea8a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
--requirement requirements.txt

# Documentation
Sphinx==3.4.3
Sphinx==4.3.1

# Unit testing
tox==3.14.5
pytest==5.3.5
responses==0.10.9
pytest-cov==2.8.1
coveralls==1.11.1
tox==3.24.4
pytest==6.2.5
responses==0.16.0
pytest-cov==3.0.0
coveralls==3.3.1
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.25.1
skosprovider==0.7.1
requests==2.26.0
skosprovider==1.1.0
# -e git+https://github.com/koenedaele/skosprovider.git@DEV_0.7.0#egg=skosprovider
dogpile.cache==1.1.2
dogpile.cache==1.1.4
4 changes: 2 additions & 2 deletions tests/test_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def setUpClass(cls):
cls.scheme_id = 'ERFGOEDTYPES'
cls.concept_id = 1
cls.concept_uri = 'https://id.erfgoed.net/thesauri/erfgoedtypes/1'
cls.collection_id = 2132
cls.collection_uri = 'https://id.erfgoed.net/thesauri/erfgoedtypes/2132'
cls.collection_id = 1373
cls.collection_uri = 'https://id.erfgoed.net/thesauri/erfgoedtypes/1373'

def test_get_top_concepts_provider(self):
provider = AtramhasisProvider({'id': 'ERFGOEDTYPES'}, base_url=self.base_url, scheme_id=self.scheme_id)
Expand Down

0 comments on commit 998ea8a

Please sign in to comment.