This is an automated email from the ASF dual-hosted git repository.

kevinjqliu pushed a commit to branch kevinjqliu/fix-nightly
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/kevinjqliu/fix-nightly by this 
push:
     new e9fd5c43 do we need sqlalchemy?
e9fd5c43 is described below

commit e9fd5c43c390ef3398800033b6ae48eec86a5e18
Author: Kevin Liu <[email protected]>
AuthorDate: Wed Jan 14 10:09:37 2026 -0800

    do we need sqlalchemy?
---
 .github/workflows/pypi-build-artifacts.yml | 2 +-
 .github/workflows/svn-build-artifacts.yml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/pypi-build-artifacts.yml 
b/.github/workflows/pypi-build-artifacts.yml
index a0a6d43a..d59dc77e 100644
--- a/.github/workflows/pypi-build-artifacts.yml
+++ b/.github/workflows/pypi-build-artifacts.yml
@@ -70,7 +70,7 @@ jobs:
           # Ignore 32 bit architectures
           CIBW_ARCHS: "auto64"
           CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<3.14"
-          CIBW_TEST_REQUIRES: 'pytest==7.4.2 moto==5.0.1 
pytest-lazy-fixture==0.6.3 "sqlalchemy>=2.0.18,<3"'
+          CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==5.0.1 
pytest-lazy-fixture==0.6.3"
           CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
           # Ignore tests for pypy since not all dependencies are compiled for 
it
           # and would require a local rust build chain
diff --git a/.github/workflows/svn-build-artifacts.yml 
b/.github/workflows/svn-build-artifacts.yml
index 84da6c28..8a46f8cf 100644
--- a/.github/workflows/svn-build-artifacts.yml
+++ b/.github/workflows/svn-build-artifacts.yml
@@ -65,7 +65,7 @@ jobs:
           # Ignore 32 bit architectures
           CIBW_ARCHS: "auto64"
           CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<3.14"
-          CIBW_TEST_REQUIRES: 'pytest==7.4.2 moto==5.0.1 
pytest-lazy-fixture==0.6.3 "sqlalchemy>=2.0.18,<3"'
+          CIBW_TEST_REQUIRES: "pytest==7.4.2 moto==5.0.1 
pytest-lazy-fixture==0.6.3"
           CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
           # Ignore tests for pypy since not all dependencies are compiled for 
it
           # and would require a local rust build chain

Reply via email to