Commit 3d6c6d4
authored
refactor: remove skip_slow_tests decorator from utils (#199)
## Description
Remove the skip_slow_tests decorator as we use pytest markers to mark
slow tests in the downstream repos. Requires
ecmwf/anemoi-datasets#399 to be merged first
## What problem does this change solve?
Make markers and cli for slow tests consistent across the anemoi
packages.
## What issue or task does this change relate to?
ecmwf/anemoi-core#257
***As a contributor to the Anemoi framework, please ensure that your
changes include unit tests, updates to any affected dependencies and
documentation, and have been tested in a parallel setting (i.e., with
multiple GPUs). As a reviewer, you are also responsible for verifying
these aspects and requesting changes if they are not adequately
addressed. For guidelines about those please refer to
https://anemoi.readthedocs.io/en/latest/***
By opening this pull request, I affirm that all authors agree to the
[Contributor License
Agreement.](https://github.com/ecmwf/codex/blob/main/Legal/contributor_license_agreement.md)1 parent 104d927 commit 3d6c6d4
1 file changed
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | 243 | | |
255 | 244 | | |
256 | 245 | | |
| |||
265 | 254 | | |
266 | 255 | | |
267 | 256 | | |
268 | | - | |
269 | 257 | | |
270 | 258 | | |
271 | 259 | | |
| |||
0 commit comments