From bab3be2b55b6ddc79ab8a4bada0372aee859e1b0 Mon Sep 17 00:00:00 2001 From: Arief Rahmansyah Date: Mon, 6 May 2024 13:54:58 +0700 Subject: [PATCH] Pin pytest version --- engines/pyfunc-ensembler-job/requirements.dev.txt | 5 +++-- engines/pyfunc-ensembler-service/requirements.dev.txt | 5 +++-- sdk/requirements.dev.txt | 3 ++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/engines/pyfunc-ensembler-job/requirements.dev.txt b/engines/pyfunc-ensembler-job/requirements.dev.txt index 0cb035580..101a896ef 100644 --- a/engines/pyfunc-ensembler-job/requirements.dev.txt +++ b/engines/pyfunc-ensembler-job/requirements.dev.txt @@ -1,6 +1,7 @@ black==22.6.0 chispa mypy>=0.910 -pytest +# The next release 8.2.0 of pytest breaks the unit tests +pytest<=8.1.2 pytest-cov -pylint \ No newline at end of file +pylint diff --git a/engines/pyfunc-ensembler-service/requirements.dev.txt b/engines/pyfunc-ensembler-service/requirements.dev.txt index 4c8da0f39..54192dc07 100644 --- a/engines/pyfunc-ensembler-service/requirements.dev.txt +++ b/engines/pyfunc-ensembler-service/requirements.dev.txt @@ -1,4 +1,5 @@ black==22.6.0 -pytest +# The next release 8.2.0 of pytest breaks the unit tests +pytest<=8.1.2 pytest-cov -pylint \ No newline at end of file +pylint diff --git a/sdk/requirements.dev.txt b/sdk/requirements.dev.txt index 9ab6bf66c..0a1078de0 100644 --- a/sdk/requirements.dev.txt +++ b/sdk/requirements.dev.txt @@ -2,7 +2,8 @@ black==22.6.0 setuptools>=21.0.0 wheel twine -pytest +# The next release 8.2.0 of pytest breaks the unit tests +pytest<=8.1.2 pytest-cov urllib3-mock>=0.3.3 caraml-upi-protos