Skip to content

Commit fdcfa2d

Browse files
committed
update mimimum test
1 parent ad3bb2e commit fdcfa2d

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/test-python.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -245,29 +245,3 @@ jobs:
245245
source .venv/bin/activate
246246
uv pip install -e ".[test]" --resolution=lowest-direct
247247
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

0 commit comments

Comments
 (0)