Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions ci/anaconda/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build:
- export SF_NO_COPY_ARROW_LIB=1 # [unix]
- export SF_ARROW_LIBDIR="${PREFIX}/lib" # [unix]
- export ENABLE_EXT_MODULES=true # [unix]
- {{ PYTHON }} -m pip install . --no-use-pep517 --no-deps -vvv
- {{ PYTHON }} -m pip install . --no-build-isolation --no-deps -vvv
entry_points:
- snowflake-dump-ocsp-response = snowflake.connector.tool.dump_ocsp_response:main
- snowflake-dump-ocsp-response-cache = snowflake.connector.tool.dump_ocsp_response_cache:main
Expand All @@ -35,8 +35,6 @@ requirements:
- setuptools >=40.6.0
- wheel
- cython
# The way nano arrow builds relies on no-use-pep517, but that flag is fully dropped starting pip 25.3
- pip <25.3
- python {{ python }}
run:
{% if py == 39 %}
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,7 @@ commands = pre-commit run --all-files

[testenv:dependency]
description = Check if there is conflicting dependency
;TODO: remove pip<25.3 once it does not break Check dependency job on Github Action (SNOW-2658105)
deps =
pip<25.3
pip-tools
skip_install = True
commands = pip-compile setup.py
Expand Down
Loading