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 fc69331 commit 70ef019Copy full SHA for 70ef019
MANIFEST.in
@@ -32,3 +32,6 @@ prune src/snowflake/connector/nanoarrow_cpp/scripts
32
prune __pycache__
33
prune samples
34
prune prober
35
+
36
+global-exclude __pycache__
37
+global-exclude *.py[cod]
tox.ini
@@ -177,7 +177,6 @@ commands = pre-commit run --all-files
177
178
[testenv:dependency]
179
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)
181
deps =
182
pip-tools
183
skip_install = True
0 commit comments