From 624f189501a870e127588d9925b269c835a57f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Neveu?= Date: Mon, 15 Apr 2024 09:41:17 +0000 Subject: [PATCH 1/3] pin pytest version <8.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e7ba982a..c79c6959 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ configparser coveralls deprecated pyyaml -pytest +pytest<8.1 pytest-cov getCalspec>=2.0.0 lsst_utils From 8d72713847c05e1257b3c1495dd00a39e5f65601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Neveu?= Date: Mon, 15 Apr 2024 09:46:36 +0000 Subject: [PATCH 2/3] pin version of pytest<8.1 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c6113337..a13a36ce 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,7 +26,7 @@ jobs: # Might be quicker to install rubin-env plus any necessary additions. shell: bash -l {0} run: | - mamba install -y "numpy>1.15" scipy "matplotlib>3.1" pandas llvmlite numba "astropy>=3.2" "photutils>=1.7" astroquery coloredlogs scikit-image>=0.20 h5py emcee tqdm mpi4py schwimmbad "iminuit>=2" "coverage>=3.6" configparser coveralls deprecated pyyaml pytest pytest-cov rubin-libradtran "getCalspec>=2.0.0" + mamba install -y "numpy>1.15" scipy "matplotlib>3.1" pandas llvmlite numba "astropy>=3.2" "photutils>=1.7" astroquery coloredlogs scikit-image>=0.20 h5py emcee tqdm mpi4py schwimmbad "iminuit>=2" "coverage>=3.6" configparser coveralls deprecated pyyaml "pytest<8.1" pytest-cov rubin-libradtran "getCalspec>=2.0.0" # python -c "from getCalspec.rebuild import rebuild_tables; rebuild_tables()" pip install lsst.utils pip install git+https://github.com/LSSTDESC/getObsAtmo.git@main From cea30f10ad84a4a2285f79cba48acee9fdf11b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Neveu?= Date: Mon, 15 Apr 2024 09:53:26 +0000 Subject: [PATCH 3/3] pin version pytest=8.0.0 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a13a36ce..bc87c0a8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,7 +26,7 @@ jobs: # Might be quicker to install rubin-env plus any necessary additions. shell: bash -l {0} run: | - mamba install -y "numpy>1.15" scipy "matplotlib>3.1" pandas llvmlite numba "astropy>=3.2" "photutils>=1.7" astroquery coloredlogs scikit-image>=0.20 h5py emcee tqdm mpi4py schwimmbad "iminuit>=2" "coverage>=3.6" configparser coveralls deprecated pyyaml "pytest<8.1" pytest-cov rubin-libradtran "getCalspec>=2.0.0" + mamba install -y "numpy>1.15" scipy "matplotlib>3.1" pandas llvmlite numba "astropy>=3.2" "photutils>=1.7" astroquery coloredlogs scikit-image>=0.20 h5py emcee tqdm mpi4py schwimmbad "iminuit>=2" "coverage>=3.6" configparser coveralls deprecated pyyaml "pytest==8.0.0" pytest-cov rubin-libradtran "getCalspec>=2.0.0" # python -c "from getCalspec.rebuild import rebuild_tables; rebuild_tables()" pip install lsst.utils pip install git+https://github.com/LSSTDESC/getObsAtmo.git@main