File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build pre release python versions
3
3
on : [push, pull_request]
4
4
5
5
env :
6
- CIBW_TEST_COMMAND_LINUX : " pytest --import-mode append {project}/tests/unit -k 'not (test_connection_initialization or test_cloud)' && EVENT_LOOP_MANAGER=gevent pytest --import-mode append {project}/tests/unit/io/test_geventreactor.py "
6
+ CIBW_TEST_COMMAND_LINUX : " pytest --import-mode append {project}/tests/unit -k 'not (test_connection_initialization or test_cloud)'"
7
7
CIBW_BEFORE_TEST : " pip install -r {project}/test-requirements.txt"
8
8
CIBW_BEFORE_BUILD_LINUX : " rm -rf ~/.pyxbld && yum install -y libffi-devel libev libev-devel openssl openssl-devel"
9
9
CIBW_ENVIRONMENT : " CASS_DRIVER_BUILD_CONCURRENCY=2 CFLAGS='-g0 -O3'"
Original file line number Diff line number Diff line change 7
7
pure-sasl
8
8
twisted[tls]; python_version >= '3.5'
9
9
twisted[tls]==19.2.1; python_version < '3.5'
10
- gevent>=1.0; platform_machine != 'i686' and platform_machine != 'win32'
11
- gevent==23.9.0; platform_machine == 'i686' or platform_machine == 'win32'
12
- eventlet>=0.33.3
10
+ gevent>=1.0; python_version < '3.13' and platform_machine != 'i686' and platform_machine != 'win32'
11
+ gevent==23.9.0; python_version < '3.13' and ( platform_machine == 'i686' or platform_machine == 'win32')
12
+ eventlet>=0.33.3; python_version < '3.13'
13
13
cython
14
14
packaging
15
15
futurist; python_version >= '3.7'
You can’t perform that action at this time.
0 commit comments