From c53efe06379c866e36e549afbb8158a120b82d14 Mon Sep 17 00:00:00 2001 From: Ori Kronfeld Date: Tue, 15 Oct 2024 12:19:37 +0300 Subject: [PATCH] Update pyproject.toml (#3017) needed to had a "test" not "tests" in the pyproject --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 18d55569d4..34c9d6b58b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,6 +60,7 @@ dependencies = [ tests = ["pytest", "pytest-pretty", "coverage", "scvi-tools[optional]"] editing = ["jupyter", "pre-commit"] dev = ["scvi-tools[editing,tests]"] +test = ["scvi-tools[tests]"] docs = [ "docutils>=0.8,!=0.18.*,!=0.19.*", # see https://github.com/scverse/cookiecutter-scverse/pull/205