-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #249 from conda-forge-admin/conda_forge_admin_248
ENH: update package version to 0.33.0
- Loading branch information
Showing
10 changed files
with
24 additions
and
26 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
.ci_support/linux_aarch64_numpy2.0python3.10.____cpython.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
.ci_support/linux_aarch64_numpy2.0python3.11.____cpython.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
.ci_support/linux_aarch64_numpy2.0python3.12.____cpython.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/tiledb/tests/test_schema_evolution.py b/tiledb/tests/test_schema_evolution.py | ||
index efadd0a..ed6df4e 100644 | ||
--- a/tiledb/tests/test_schema_evolution.py | ||
+++ b/tiledb/tests/test_schema_evolution.py | ||
@@ -8,6 +8,8 @@ from numpy.testing import assert_array_equal | ||
import tiledb | ||
|
||
|
||
+pytest.skip("Temporarily skip until test failure fixed in 0.33.1", allow_module_level=True) | ||
+ | ||
def test_schema_evolution(tmp_path): | ||
ctx = tiledb.default_ctx() | ||
se = tiledb.ArraySchemaEvolution(ctx) |