From 320e1f06a78b23e8cfe2c9bf57d9e5653bb44ff7 Mon Sep 17 00:00:00 2001 From: Andre Mayoraz <andre.mayoraz@idiap.ch> Date: Tue, 4 Oct 2022 14:06:40 +0200 Subject: [PATCH] [ci] Removed unnecessary entry-points --- pyproject.toml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8a551c7..c3d330d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,18 +46,6 @@ "coverage", ] -[project.entry-points."bob.learn.em.test.config"] - first = "tests.data.basic_config" - first-a = "tests.data.basic_config:a" - first-b = "tests.data.basic_config:b" - second = "tests.data.second_config" - second-b = "tests.data.second_config:b" - second-c = "tests.data.second_config:c" - complex = "tests.data.complex" - complex-var = "tests.data.complex:cplx" - verbose-config = "tests.data.verbose_config" - error-config = "tests.data.doesnt_exist" - [tool.setuptools] zip-safe = false package-dir = {"" = "bob"} -- GitLab