Skip to content

Commit

Permalink
Handle complains from
Browse files Browse the repository at this point in the history
astroquery and sunpy jobs
  • Loading branch information
pllim committed Nov 10, 2023
1 parent a7323f0 commit 0c46a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ deps =
reproject,all: git+https://github.com/astropy/reproject.git#egg=reproject[test,all]
specreduce,all: git+https://github.com/astropy/specreduce.git#egg=specreduce[test]
specutils,all: git+https://github.com/astropy/specutils.git#egg=specutils[all,test]
sunpy,all: SQLAlchemy<2
sunpy,all: lxml
sunpy,all: git+https://github.com/sunpy/sunpy.git#egg=sunpy[tests,all]

skip_install = true
Expand All @@ -42,7 +42,7 @@ commands =
pip freeze
asdf_astropy,all: pytest --pyargs asdf_astropy
astropy_healpix,all: pytest --pyargs astropy_healpix
astroquery,all: pytest --pyargs astroquery
astroquery,all: pytest --pyargs astroquery -p no:warnings
ccdproc,all: pytest --pyargs ccdproc
photutils,all: pytest --pyargs photutils
regions,all: pytest --pyargs regions
Expand Down

0 comments on commit 0c46a8b

Please sign in to comment.