MAINT: use slow marker instead of skip for slow tests
- Dominant language
- Python
- Stars
- 791
- Forks
- 451
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 4
Description
Tests a couple of tests that are marked skipped as they are run for a long time, or would download a large chunk of data. Instead of skipping them we should use the `slow` pytest marker: https://github.com/astropy/pytest-astropy/pull/48
Also, maybe add a largedata marker or similar, as the `hugemem` may not really be applicable for us.
Contributor guide
Research direction
Start by reviewing the skipped tests described in the issue and the referenced pytest-astropy pull request about the slow marker. Locate the relevant pytest marker configuration and determine which skips represent slow or large-data tests; done means the applicable tests use an appropriate marker and the need for a separate largedata marker is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100