Skip to content

Commit 6bdca0d

Browse files
committed
Patching around oldestdeps testing
1 parent 43f4ea0 commit 6bdca0d

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ commands =
6666

6767
buildhtml: bash -c 'cat ignore_tutorials/ignore_rendering_execution >> ignore_testing'
6868

69+
# We use astroquery 0.4.11+ feature in some of the notebooks, ignore them for oldestdeps testing
70+
oldestdeps: bash -c 'for i in tutorials/euclid/4_Euclid_intro_PHZ_catalog tutorials/euclid/5_Euclid_intro_SPE_catalog tutorials/euclid/euclid-cloud-access; do echo $i ; done >> ignore_testing'
71+
6972
# Make a list of all the tutorials to be reused in multiple filtering commands below
7073
bash -c 'find tutorials -name "*md" | xargs grep kernelspec: | awk -F :kernelspec: "{print \$1}" > all_tutorials'
7174

tutorials/euclid/4_Euclid_intro_PHZ_catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ We rely on ``astroquery`` features that have been recently added, so please make
6767

6868
```{code-cell} ipython3
6969
# Uncomment the next line to install dependencies if needed.
70-
# !pip install matplotlib 'astropy>=5.3' 'astroquery>=0.4.10' fsspec firefly_client
70+
# !pip install matplotlib 'astropy>=5.3' 'astroquery>=0.4.11' fsspec firefly_client
7171
```
7272

7373
```{code-cell} ipython3

tutorials/euclid/5_Euclid_intro_SPE_catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ We rely on ``astroquery`` features that have been recently added, so please make
6767

6868
```{code-cell} ipython3
6969
# Uncomment the next line to install dependencies if needed
70-
# %pip install matplotlib astropy 'astroquery>=0.4.10'
70+
# %pip install matplotlib astropy 'astroquery>=0.4.11'
7171
```
7272

7373
```{code-cell} ipython3

tutorials/euclid/euclid-cloud-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ We rely on ``astroquery`` features that have been recently added, so please make
5959

6060
```{code-cell} ipython3
6161
# Uncomment the next line to install dependencies if needed.
62-
# !pip install s3fs astropy 'astroquery>=0.4.10' matplotlib
62+
# !pip install s3fs astropy 'astroquery>=0.4.11' matplotlib
6363
```
6464

6565
```{code-cell} ipython3

0 commit comments

Comments
 (0)