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 9b69ce5 commit f9d3901Copy full SHA for f9d3901
python/tests/util/mark.py
@@ -24,6 +24,7 @@
24
# This is meant to be used as a temporary flag to skip/xfail those tests.
25
ARCTICDB_USING_CONDA = marks.ARCTICDB_USING_CONDA
26
MACOS_CONDA_BUILD = ARCTICDB_USING_CONDA and MACOS
27
+MACOS_WHEEL_BUILD = not ARCTICDB_USING_CONDA and MACOS
28
29
_MACOS_AZURE_TESTS_SKIP_REASON = (
30
"Tests fail for macOS vcpkg builds, either because Azurite is improperly configured"
0 commit comments