Skip to content

Commit f9d3901

Browse files
committed
Redefine MACOS_WHEEL_BUILD
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
1 parent 9b69ce5 commit f9d3901

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/tests/util/mark.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
# This is meant to be used as a temporary flag to skip/xfail those tests.
2525
ARCTICDB_USING_CONDA = marks.ARCTICDB_USING_CONDA
2626
MACOS_CONDA_BUILD = ARCTICDB_USING_CONDA and MACOS
27+
MACOS_WHEEL_BUILD = not ARCTICDB_USING_CONDA and MACOS
2728

2829
_MACOS_AZURE_TESTS_SKIP_REASON = (
2930
"Tests fail for macOS vcpkg builds, either because Azurite is improperly configured"

0 commit comments

Comments
 (0)