Skip to content

Commit 2d2a557

Browse files
committed
ci: add marker for cffi and pandas for < "3.15". this is temporary until they ship 3.15 wheels.
1 parent 266b12a commit 2d2a557

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

python/requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
cffi
1+
cffi; python_version < "3.15" # TODO: temporary - reenable when 3.15 wheels ship
22
hypothesis
33
packaging
4-
pandas
4+
pandas; python_version < "3.15" # TODO: temporary - reenable when 3.15 wheels ship
55
pytest
66
pytz
77
pyuwsgi; sys.platform != 'win32' and python_version < '3.13'

python/requirements-wheel-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cffi
1+
cffi; python_version < "3.15" # TODO: temporary - reenable when 3.15 wheels ship
22
cython
33
hypothesis
44
packaging
@@ -18,4 +18,4 @@ numpy~=1.26.0; python_version == "3.12"
1818
numpy~=2.1.0; python_version == "3.13"
1919
numpy~=2.3.3; python_version >= "3.14"
2020

21-
pandas
21+
pandas; python_version < "3.15" # TODO: temporary - reenable when 3.15 wheels ship

0 commit comments

Comments
 (0)