From 273c497a5b5cde52010d12bdba4e978c21296226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Gonz=C3=A1lez=20Paredes?= Date: Thu, 9 Jan 2025 13:02:04 +0100 Subject: [PATCH] Update model/README.md Co-authored-by: Nicoletta Farabullini <41536517+nfarabullini@users.noreply.github.com> --- model/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/README.md b/model/README.md index a9d50d74c..e7d6427c9 100644 --- a/model/README.md +++ b/model/README.md @@ -39,7 +39,7 @@ model/common/tests/tests/stencil_tests Some tests depend on serialized data generated by a full model run. Those tests are marked with `pytest.mark.datatest` and are only run when the `--datatest` -option is specified. Note that due to `pytests` configuration discovery +option is specified. Note that due to `pytest` configuration discovery you need to specify the base a package directory i.e. one that contains a `pyproject.toml` for the commandline option to work.