Skip to content

Commit b1658ec

Browse files
committed
CI: ignore lsdb notebooks for oldestdeps testing
1 parent b87a9aa commit b1658ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ allowlist_externals = bash, sed
4343
commands =
4444
pip freeze
4545

46+
# lsdb has tighter minimum dependencies, deal with it here for now, long term handle it from the notebook metadata
47+
oldestdeps: bash -c 'echo tutorials/parquet-catalog-demos/irsa-hats-with-lsdb >> ignore_testing'
48+
4649
# Ignore testing the tutorials listed in ignore_testing file. We have some OS specific ignores,
4750
# too due to issues with e.g. multiprocessing and problems in upstream dependency
4851
!buildhtml: bash -c 'if python -c "import platform; print(platform.platform())" | grep -i macos; then cat ignore_osx_testing >> ignore_testing; fi'

0 commit comments

Comments
 (0)