Skip to content

Commit

Permalink
prepares release
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Mar 10, 2024
1 parent e763295 commit 556c90b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ceurws/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Version(object):
name = "CEUR-WS Volume Browser"
version = ceurws.__version__
date = "2022-08-14"
updated = "2024-03-06"
updated = "2024-03-10"
description = "CEUR-WS Volume browser"

authors = "Tim Holzheim, Wolfgang Fahl"
Expand Down
3 changes: 2 additions & 1 deletion tests/test_dblp.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ def setUp(self, debug=True, profile=True):
self.dblpEndpoint = DblpEndpoint(self.endpointUrl,debug=self.debug)
# force cache refresh
self.dblpEndpoint.cache_manager.base_dir="/tmp"
self.dblpEndpoint.progress_bar=tqdm(total=100) # expected 36 secs = 100%
if not self.inPublicCI():
self.dblpEndpoint.progress_bar=tqdm(total=100) # expected 36 secs = 100%

#@unittest.skipIf(Basetest.inPublicCI(), "queries unreliable dblp endpoint")
def test_getWikidataIdByVolumeNumber(self):
Expand Down

0 comments on commit 556c90b

Please sign in to comment.