Skip to content

Commit

Permalink
Add romancal as dep for tox env
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Nov 22, 2024
1 parent be9dbb9 commit 0968c7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0968c7c

Please sign in to comment.