Skip to content
Snippets Groups Projects
Commit 320e1f06 authored by André MAYORAZ's avatar André MAYORAZ
Browse files

[ci] Removed unnecessary entry-points

parent 8c348661
No related branches found
No related tags found
1 merge request!68Using citools package instead of bob devtools for the CI process
...@@ -46,18 +46,6 @@ ...@@ -46,18 +46,6 @@
"coverage", "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] [tool.setuptools]
zip-safe = false zip-safe = false
package-dir = {"" = "bob"} package-dir = {"" = "bob"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment