tests: mark and add skips (#2524)

* tests: mark and add skips

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>

* fix comment

---------

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com>
This commit is contained in:
Henry Schreiner
2025-07-27 12:12:42 +02:00
committed by GitHub
co-authored by Matthieu Darbois
parent 55fcb25edc
commit 140bc1a96a
5 changed files with 24 additions and 3 deletions
+3
View File
@@ -109,6 +109,9 @@ filterwarnings = ["error"]
log_cli_level = "INFO"
markers = [
"serial: tests that must *not* be run in parallel (deselect with '-m \"not serial\"')",
"ios: tests that run on iOS",
"android: tests that run on Android",
"pyodide: tests that run on Pyodide",
]
[tool.mypy]