File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -245,29 +245,3 @@ jobs:
245
245
source .venv/bin/activate
246
246
uv pip install -e ".[test]" --resolution=lowest-direct
247
247
pytest -v test
248
-
249
- test_minimum_for_async :
250
- permissions :
251
- contents : read
252
- runs-on : ubuntu-latest
253
- name : Test async's minimum dependencies and Python
254
- steps :
255
- - uses : actions/checkout@v4
256
- with :
257
- persist-credentials : false
258
- - name : Install uv
259
- uses : astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v5
260
- with :
261
- python-version : ' 3.10'
262
- - name : Start MongoDB
263
- uses : supercharge/mongodb-github-action@90004df786821b6308fb02299e5835d0dae05d0d # 1.12.0
264
- with :
265
- mongodb-version : 6.0
266
- # The lifetime kwarg we use in srv resolution was added to the async resolver API in dnspython 2.1.0
267
- - name : Run tests
268
- shell : bash
269
- run : |
270
- uv venv
271
- source .venv/bin/activate
272
- uv pip install -e ".[test]" --resolution=lowest-direct dnspython==2.1.0 --force-reinstall
273
- pytest -v test/test_srv_polling.py test/test_dns.py test/asynchronous/test_srv_polling.py test/asynchronous/test_dns.py
You can’t perform that action at this time.
0 commit comments