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