Skip to content

Commit 07c99d2

Browse files
author
mvaught
committed
finish test cleanup
1 parent 400b880 commit 07c99d2

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/hyperlink/test/test_common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Tests for hyperlink.test.common
33
"""
44

5+
from __future__ import annotations
6+
57
from typing import TYPE_CHECKING
68
from unittest import TestCase
79
from .common import HyperlinkTestCase

tox.ini

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,18 @@ basepython =
3939
py13: python3.13
4040
py14: python3.14
4141

42+
py3: pypy3
43+
4244
deps =
4345
# For pytest
44-
py{310,311,312,313,314}: pytest==9.0.2
46+
py{310,311,312,313,314,py3}: pytest==9.0.2
4547

4648
# For code coverage
4749
{[testenv:coverage_report]deps}
48-
py{310,311,312,313,314}: pytest-cov==7.0.0
50+
py{310,311,312,313,314,py3}: pytest-cov==7.0.0
4951

5052
# For hypothesis.
51-
py{310,311,312,313,314}: hypothesis==6.151.9
53+
py{310,311,312,313,314,py3}: hypothesis==6.151.9
5254

5355
setenv =
5456
{[default]setenv}

0 commit comments

Comments
 (0)