We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6697fc commit f2d6c51Copy full SHA for f2d6c51
1 file changed
requirements-test.txt
@@ -1,17 +1,9 @@
1
asyncpg==0.30.0
2
mock==5.2.0
3
pg8000==1.31.5
4
-
5
-# psycopg 2.9.10 isn't supported on Python 3.9 for macos-latest GitHub runner.
6
-# It is supported for macos-12 runner:
7
-# https://github.com/psycopg/psycopg2/issues/1737. But macos-12 runner is
8
-# deprecated: https://github.com/actions/runner-images/issues/10721. So we
9
-# install psycopg 2.9.9 on Python 3.9 for macos-latest runner.
10
-psycopg2-binary==2.9.11; python_version == "3.9" and sys_platform == "darwin"
11
-psycopg2-binary==2.9.11; python_version != "3.9" or sys_platform != "darwin"
12
+psycopg2-binary==2.9.11
13
pytest==8.4.2
14
pytest-asyncio==1.2.0
15
pytest-cov==7.0.0
16
SQLAlchemy[asyncio]==2.0.44
17
-aioresponses==0.7.8
+aioresponses==0.7.8
0 commit comments