audeering / audfactory

Communicating with Artifactory
https://audeering.github.io/audfactory/
Other
0 stars 0 forks source link

Adapt to new ArtifactoryException from dohq-artifactory #49

Closed hagenw closed 1 year ago

hagenw commented 1 year ago

In dohq-artifactory 0.8.0 they did the following change:

We rely on catching requests.HTTPError at https://github.com/audeering/audfactory/blob/834b5a9b6aa0d1b97e7221e6f69c06b9d8be7f14/audfactory/core/api.py#L434 in audfactory.versions() and need to update it.

hagenw commented 1 year ago

We also should add a test this fails first for the current implementation.

hagenw commented 1 year ago

Closed by https://github.com/audeering/audfactory/pull/50