From 9ca32efe09bfc3611776cdd6f219fe10d3c64f04 Mon Sep 17 00:00:00 2001 From: Roman Bredehoft Date: Mon, 10 Jun 2024 11:09:58 +0200 Subject: [PATCH] chore: add pytest-subtests for pypi checks in weekly CI --- script/make_utils/pytest_pypi_cml.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/make_utils/pytest_pypi_cml.sh b/script/make_utils/pytest_pypi_cml.sh index 9e68d7fec..68f4967c4 100755 --- a/script/make_utils/pytest_pypi_cml.sh +++ b/script/make_utils/pytest_pypi_cml.sh @@ -55,6 +55,7 @@ python -m pip install pytest==7.4.1 pandas==2.0.3 tensorflow==2.12.0 tf2onnx==1. python -m pip install pytest-xdist==3.3.1 python -m pip install pytest-randomly==3.15.0 python -m pip install pytest-repeat==0.9.1 +python -m pip install pytest-subtests==0.11.0 if ${USE_PIP_WHEEL}; then # Delete the directory where the pypi wheel file will be created (if it already exists)