Skip to content

Commit

Permalink
Use sklearn instead of artifactory package
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jun 19, 2024
1 parent 0d67c93 commit 09d8f97
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 @@ -65,4 +65,4 @@ def cleanup():
yield
# uninstall package temporarily installed by test_install.py
uninstall("audbackend", "audbackend")
uninstall("dohq-artifactory", "artifactory")
uninstall("scikit-learn", "sklearn")
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
"""
$dohq-artifactory:artifactory.ArtifactoryPath:
token: token
$scikit-learn:sklearn.calibration.CalibratedClassifierCV:
estimator: None
""",
"dohq-artifactory",
"artifactory",
"scikit-learn",
"sklearn",
),
( # package and module match
"""
Expand Down

0 comments on commit 09d8f97

Please sign in to comment.