File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 name : test ${{ matrix.event_loop_manager }} (${{ matrix.python-version }})
2424 if : " !contains(github.event.pull_request.labels.*.name, 'disable-integration-tests')"
2525 runs-on : ubuntu-24.04
26+ env :
27+ SCYLLA_VERSION : release:2025.2
2628 strategy :
2729 fail-fast : false
2830 matrix :
@@ -61,13 +63,11 @@ jobs:
6163 # Not strictly necessary for running tests.
6264 - name : Download Scylla
6365 run : |
64- export SCYLLA_VERSION='release:6.2'
6566 uv run ccm create scylla-driver-temp -n 1 --scylla --version ${SCYLLA_VERSION}
6667 uv run ccm remove
6768
6869 - name : Test with pytest
6970 run : |
7071 export EVENT_LOOP_MANAGER=${{ matrix.event_loop_manager }}
71- export SCYLLA_VERSION='release:2025.2'
7272 export PROTOCOL_VERSION=4
7373 uv run pytest tests/integration/standard/ tests/integration/cqlengine/
You can’t perform that action at this time.
0 commit comments