From 0968c7c69dbd388c5e35a80192d559864a3000cc Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Fri, 22 Nov 2024 16:48:13 -0500 Subject: [PATCH] Add romancal as dep for tox env --- .github/workflows/ci.yml | 3 ++- tox.ini | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd1e0625..c092d1ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,8 @@ jobs: - linux: py310 - linux: py311-cov coverage: codecov - - linux: py312 + - linux: py312-withromancal + coverage: codecov - linux: py313 - macos: py311 test_upstream: diff --git a/tox.ini b/tox.ini index 2a1c9e55..1b048e5d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,10 @@ [tox] env_list = check-{style,build} - test{,-devdeps}{,-pyargs,-cov}-xdist + test{,-devdeps}{,-pyargs,-cov}-xdist-withromancal test-numpy{120,121,122}-xdist build-{docs,dist} - withromancal + romancal requires = tox-uv @@ -48,6 +48,7 @@ extras = uv_resolution = oldestdeps: lowest-direct deps = + withromancal: romancal @ git+https://github.com/spacetelescope/romancal.git xdist: pytest-xdist cov: pytest-cov >= 4.1.0 rad: rad @ git+https://github.com/spacetelescope/rad.git@main#egg=rad