From 4b61a9e46cb4aab1655d27fbaa4864e8ae6f4a21 Mon Sep 17 00:00:00 2001 From: Meet Jani Date: Wed, 21 Jan 2026 17:58:29 +0530 Subject: [PATCH] [UPDATE] Updated the build script for frozenlist --- f/frozenlist/frozenlist_ubi_9.6.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/f/frozenlist/frozenlist_ubi_9.6.sh b/f/frozenlist/frozenlist_ubi_9.6.sh index beba1c7445..7ee3cc5501 100644 --- a/f/frozenlist/frozenlist_ubi_9.6.sh +++ b/f/frozenlist/frozenlist_ubi_9.6.sh @@ -37,8 +37,8 @@ git clone $PACKAGE_URL cd $PACKAGE_NAME git checkout $PACKAGE_VERSION -#install cython,pytest-cov -pip3 install cython pytest-cov +#install cython,pytest +pip3 install cython pytest cython frozenlist/_frozenlist.pyx @@ -51,7 +51,7 @@ if ! (pip3 install .) ; then fi #test -if ! pytest -p no:pytest_cov -o addopts=""; then +if ! pytest -o addopts=""; then echo "------------------$PACKAGE_NAME:Install_success_but_test_fails---------------------" echo "$PACKAGE_URL $PACKAGE_NAME" echo "$PACKAGE_NAME | $PACKAGE_URL | $PACKAGE_VERSION | GitHub | Fail | Install_success_but_test_Fails"