diff --git a/pyproject.toml b/pyproject.toml
index 8a551c7ae0af15faac7634df16181fe32ba61a28..c3d330d31c311d7887923cc7a0330d50c64cf2ce 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"}