Skip to content

Commit 756a62b

Browse files
committed
CI test run
1 parent df5935b commit 756a62b

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
crdb-version: [
43-
"cockroach:latest-v24.1",
44-
"cockroach:latest-v24.3",
45-
"cockroach:latest-v25.2",
46-
"cockroach:latest-v25.3",
47-
"cockroach:latest-v25.4",
43+
# "cockroach:latest-v24.1",
44+
# "cockroach:latest-v24.3",
45+
# "cockroach:latest-v25.2",
46+
# "cockroach:latest-v25.3",
47+
# "cockroach:latest-v25.4",
4848
"cockroach-unstable:v26.1.0-beta.3"
4949
]
5050
db-alias: [
51-
"psycopg2",
52-
"asyncpg",
51+
# "psycopg2",
52+
# "asyncpg",
5353
"psycopg"
5454
]
5555
env:

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ more-itertools==10.8.0
5050
# jaraco-functools
5151
nh3==0.3.2
5252
# via readme-renderer
53-
packaging==25.0
53+
packaging==26.0
5454
# via
5555
# pyproject-api
5656
# tox

test-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ more-itertools
1212
psycopg
1313
psycopg2
1414
pytest
15-
sqlalchemy>=2.0.0
15+
sqlalchemy==2.1.0b1

test-requirements.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ exceptiongroup==1.3.1
88
# via pytest
99
futures==3.0.5
1010
# via -r test-requirements.in
11-
greenlet==3.3.0
12-
# via sqlalchemy
1311
iniconfig==2.3.0
1412
# via pytest
1513
mako==1.3.10
@@ -20,7 +18,7 @@ mock==5.2.0
2018
# via -r test-requirements.in
2119
more-itertools==10.8.0
2220
# via -r test-requirements.in
23-
packaging==25.0
21+
packaging==26.0
2422
# via pytest
2523
pluggy==1.6.0
2624
# via pytest
@@ -32,7 +30,7 @@ pygments==2.19.2
3230
# via pytest
3331
pytest==9.0.2
3432
# via -r test-requirements.in
35-
sqlalchemy==2.0.46
33+
sqlalchemy==2.1.0b1
3634
# via
3735
# -r test-requirements.in
3836
# alembic

0 commit comments

Comments
 (0)