Skip to content

Commit 866dae8

Browse files
Merge pull request #1867 from OceanParcels/v/v4-prep
Add v4 pytest markers and TODO in documentation
2 parents 3debbba + f3c5e5f commit 866dae8

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

docs/v4/TODO.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# TODO
2+
3+
List of tasks that are important to do before the release of version 4 (but can't be done now via code changes in `v4-dev`).
4+
5+
- [ ] Make migration guide for v3 to v4
6+
- [ ] Just prior to release: Update conda feedstock recipe dependencies (remove cgen and compiler dependencies). Make sure that recipe is up-to-date.
7+
- [ ] Revamp the oceanparcels.org landing page, and perhaps also consider new logo/branding?

docs/v4/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ The pages below provide further background on the development of Parcels v4. You
2020
2121
api
2222
nojit
23+
TODO
2324
Parcels v4 Project Board <https://github.com/orgs/OceanParcels/projects/5>
2425
```

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ minversion = "7"
5858
markers = [ # can be skipped by doing `pytest -m "not slow"` etc.
5959
"flaky: flaky tests",
6060
"slow: slow tests",
61+
"v4alpha: failing tests that should work for v4alpha",
62+
"v4future: failing tests that should work for a future release of v4",
63+
"v4remove: failing tests that should probably be removed later",
6164
]
6265

6366
filterwarnings = [

0 commit comments

Comments
 (0)