Skip to content

Commit

Permalink
Revert "Avoid using dohq-artifactory"
Browse files Browse the repository at this point in the history
This reverts commit 7517316.
  • Loading branch information
hagenw committed Dec 6, 2023
1 parent 7517316 commit 35a233d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ def cleanup():
yield
# uninstall package temporarily installed by test_install.py
uninstall('audbackend', 'audbackend')
uninstall('praat-parselmouth', 'parselmouth')
uninstall('dohq-artifactory', 'artifactory')
8 changes: 4 additions & 4 deletions tests/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
[
( # package and module do not match
'''
$praat-parselmouth:parselmouth.AmplitudeScaling:
value: 1
$dohq-artifactory:artifactory.ArtifactoryPath:
token: token
''',
'praat-parselmouth',
'parselmouth',
'dohq-artifactory',
'artifactory',
),
( # package and module match
'''
Expand Down

0 comments on commit 35a233d

Please sign in to comment.