From e2611950ec09c18d9b0b051ef1d5d8c6fee164c5 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Tue, 16 Jan 2024 17:07:37 +0100 Subject: [PATCH] Extended tests verbosing --- conda-recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 7f0b57db654d..fac779e7b95c 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -49,7 +49,8 @@ test: - tests - setup.cfg commands: - - python -c "import dpnp" + - python -c "import dpnp; print(dpnp.__version__)" + - python -m dpctl -f - pytest -s about: