Skip to content

Commit

Permalink
Merge pull request #1882 from meeseeksmachine/auto-backport-of-pr-188…
Browse files Browse the repository at this point in the history
…1-on-v3.1.x

Backport PR #1881 on branch v3.1.x (TST: Omit specreduce dev from devdeps)
  • Loading branch information
pllim authored Nov 30, 2022
2 parents d7ec0ab + 6ba88b3 commit 5cda4a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ filterwarnings =
ignore:distutils Version classes are deprecated:DeprecationWarning
ignore:Passing unrecognized arguments to super:DeprecationWarning
ignore:.*With traitlets 4\.1, metadata should be set using the \.tag\(\) method:DeprecationWarning
ignore:.*np\.bool8.*is a deprecated alias for:DeprecationWarning
ignore:.*np\.uint0.*is a deprecated alias for:DeprecationWarning
ignore:.*np\.int0.*is a deprecated alias for:DeprecationWarning
ignore::DeprecationWarning:glue
ignore::DeprecationWarning:bqplot
ignore::DeprecationWarning:bqplot_image_gl
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ deps =
devdeps: git+https://github.com/glue-viz/bqplot-image-gl.git
devdeps: git+https://github.com/glue-viz/glue-jupyter.git
devdeps: git+https://github.com/glue-viz/glue-astronomy.git
devdeps: git+https://github.com/astropy/specreduce.git
# TODO: Enable this when specreduce becomes stable.
#devdeps: git+https://github.com/astropy/specreduce.git

# The following indicates which extras_require from setup.cfg will be installed
extras =
Expand Down

0 comments on commit 5cda4a5

Please sign in to comment.