From d1af94a38297d53609c80b095f6283241a9f46bd Mon Sep 17 00:00:00 2001 From: Benjie Genchel Date: Wed, 3 Jul 2024 12:01:00 -0700 Subject: [PATCH] add data to envlist, add test to dependencies for data in pyproject to avoid allowlist_externals error --- pyproject.toml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a504de9..fa7001b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ bp-download = "basic_pitch.data.download:main" [project.optional-dependencies] data = [ - "basic_pitch[tf]", + "basic_pitch[tf,test]", "apache_beam", "mirdata", "smart_open", diff --git a/tox.ini b/tox.ini index cec73f9..68cdd27 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py38,py39,py310,py311,full,manifest,check-formatting,lint,mypy +envlist = py38,py39,py310,py311,full,data,manifest,check-formatting,lint,mypy skipsdist = True usedevelop = True requires =