Skip to content

Commit 8955880

Browse files
sandhoseclaude
andcommitted
Remove mypy_zope, update CI for pytest, and add newsfile.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b32f930 commit 8955880

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- uses: astral-sh/setup-uv@v5
3535

36-
- run: uv run python -m twisted.trial tests
36+
- run: uv run pytest tests/
3737

3838
run-unit-tests-olddeps:
3939
name: Unit tests (old dependencies)
@@ -50,4 +50,4 @@ jobs:
5050
diff pyproject.toml.bak pyproject.toml || true
5151
- name: Install Sygnal
5252
run: python -m pip install -e .
53-
- run: python -m twisted.trial tests
53+
- run: python -m pytest tests/

changelog.d/454.removal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replace Twisted with aiohttp and native asyncio.

mypy.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[mypy]
2-
plugins = mypy_zope:plugin
32
check_untyped_defs = True
43
disallow_untyped_defs = True
54
show_error_codes = True
@@ -39,5 +38,3 @@ disallow_untyped_defs = False
3938
[mypy-tests.twisted_test_helpers]
4039
disallow_untyped_defs = False
4140

42-
[mypy-sygnal.helper.proxy.proxyagent_twisted]
43-
ignore_errors = True

0 commit comments

Comments
 (0)