spacetelescope / cubeviz

Data analysis package for cubes. https://cubeviz.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
15 stars 25 forks source link

Fix test fixtures #463

Closed brechmos-stsci closed 5 years ago

brechmos-stsci commented 5 years ago

The test fixtures are using a deprecated method.

Fixture "smoothing" called directly. Fixtures are not meant to be called directly,
but are created automatically when test functions request them as parameters.
See https://docs.pytest.org/en/latest/fixture.html for more information about fixtures, and
https://docs.pytest.org/en/latest/deprecations.html#calling-fixtures-directly about how to update your code.                            
brechmos-stsci commented 5 years ago

This should be fixed by #464