We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87a9aa commit b1658ecCopy full SHA for b1658ec
tox.ini
@@ -43,6 +43,9 @@ allowlist_externals = bash, sed
43
commands =
44
pip freeze
45
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
+
49
# Ignore testing the tutorials listed in ignore_testing file. We have some OS specific ignores,
50
# too due to issues with e.g. multiprocessing and problems in upstream dependency
51
!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