From 3d69213afe82101b7f79781ba65ae1508b465dd0 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Tue, 5 Sep 2023 22:13:43 -0700 Subject: [PATCH] optional? --- nwb_linkml/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/nwb_linkml/pyproject.toml b/nwb_linkml/pyproject.toml index 4b7df02..4f111e1 100644 --- a/nwb_linkml/pyproject.toml +++ b/nwb_linkml/pyproject.toml @@ -31,7 +31,6 @@ pytest-cov = {version = "^4.1.0", optional = true} coveralls = {version = "^3.3.1", optional = true} [tool.poetry.extras] -dev = ["nwb_schema_language"] tests = [ "pytest", "pytest-depends", "coverage", "pytest-md", "pytest-emoji", "pytest-cov", "coveralls"