Skip to content

Commit bfbe2f4

Browse files
committed
Drop pytest-beartype-tests due to Python 3.14 annotation issue
1 parent 22a3e54 commit bfbe2f4

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

conftest.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
"""Setup for Sybil."""
1+
"""
2+
Setup for Sybil.
3+
4+
Beartype is not applied to test functions because of a Python 3.14
5+
annotation issue. See:
6+
- https://github.com/beartype/beartype/discussions/594
7+
- https://github.com/beartype/beartype/pull/440
8+
"""
29

310
from doctest import ELLIPSIS
411

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ optional-dependencies.dev = [
7777
"pyright==1.1.408",
7878
"pyroma==5.0.1",
7979
"pytest==9.0.3",
80-
"pytest-beartype-tests==2026.4.20",
8180
"pytest-retry==1.7.0",
8281
"pytest-xdist==3.8.0",
8382
"pyyaml==6.0.3",

0 commit comments

Comments
 (0)