Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Dec 12, 2023
1 parent 442c93f commit 5ebf6e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ def test_visiting_private_repos(request, repos):
even when the user has no access rights.
"""
db = request.getfixturevalue(repos)
request.getfixturevalue(repos)
print(f'{audb.config.REPOSITORIES=}')
db = audb.load(
'emodb',
version='1.4.1',
Expand Down

0 comments on commit 5ebf6e8

Please sign in to comment.