Skip to content

Commit 70ef019

Browse files
SNOW-2658105: pip-pin-down removed
1 parent fc69331 commit 70ef019

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ prune src/snowflake/connector/nanoarrow_cpp/scripts
3232
prune __pycache__
3333
prune samples
3434
prune prober
35+
36+
global-exclude __pycache__
37+
global-exclude *.py[cod]

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ commands = pre-commit run --all-files
177177

178178
[testenv:dependency]
179179
description = Check if there is conflicting dependency
180-
;TODO: remove pip<25.3 once it does not break Check dependency job on Github Action (SNOW-2658105)
181180
deps =
182181
pip-tools
183182
skip_install = True

0 commit comments

Comments
 (0)