Skip to content

Commit

Permalink
Never remove deprecations when building tiledb-py (#153)
Browse files Browse the repository at this point in the history
* Revert "Always remove deprecations when building tiledb-py (#152)"

This reverts commit 4028eda.

* Never remove deprecations
  • Loading branch information
kounelisagis authored Nov 22, 2024
1 parent 4028eda commit 7145dc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/tiledb-py/update-recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
with open(recipe, "w") as f:
yaml.dump(updated, f)

remove_deprecations_value = "ON"
# Run without deprecation warnings
remove_deprecations_value = "OFF"

# Create OS-specific build scripts
with open("tiledb-py-feedstock/recipe/build.sh", "w") as f:
Expand Down

0 comments on commit 7145dc6

Please sign in to comment.