diff --git a/tests/conftest.py b/tests/conftest.py index ae4a0f4..4fbb047 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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") diff --git a/tests/test_install.py b/tests/test_install.py index ee2f81e..1de44d9 100644 --- a/tests/test_install.py +++ b/tests/test_install.py @@ -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 """