diff --git a/noxfile.py b/noxfile.py index 548690afa..2e19ab314 100644 --- a/noxfile.py +++ b/noxfile.py @@ -121,8 +121,6 @@ def unit_noextras(session): if session.python == UNIT_TEST_PYTHON_VERSIONS[0]: session.install("pyarrow>=3.0.0") - elif session.python == UNIT_TEST_PYTHON_VERSIONS[-1]: - session.install("pyarrow") default(session, install_extras=False) diff --git a/testing/constraints-3.11.txt b/testing/constraints-3.11.txt index e80ca0ccf..e69de29bb 100644 --- a/testing/constraints-3.11.txt +++ b/testing/constraints-3.11.txt @@ -1 +0,0 @@ -pyarrow>=3.0.0 \ No newline at end of file diff --git a/testing/constraints-3.12.txt b/testing/constraints-3.12.txt index e80ca0ccf..e69de29bb 100644 --- a/testing/constraints-3.12.txt +++ b/testing/constraints-3.12.txt @@ -1 +0,0 @@ -pyarrow>=3.0.0 \ No newline at end of file