diff --git a/tests/test_public.py b/tests/test_public.py index 150f5d8..8778269 100644 --- a/tests/test_public.py +++ b/tests/test_public.py @@ -113,13 +113,10 @@ def test_validate_and_datasets_do_not_follow_same_distribution_and_mean_roc_auc_ assert verdict["adversarial_features"] == [] def test_version_exists(self): - try: - from advertion import __version__ assert isinstance(__version__, str) except ImportError: - pytest.fail("advertion.__version__ does not exist.")