Skip to content

Commit 4443b1a

Browse files
authored
Fix unintended test extra (#7306)
1 parent 389eea5 commit 4443b1a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,17 @@ Source = "https://github.com/psf/requests"
5252
security = []
5353
socks = ["PySocks>=1.5.6, !=1.5.7"]
5454
use_chardet_on_py3 = ["chardet>=3.0.2,<8"]
55+
56+
[dependency-groups]
5557
test = [
5658
"requests[socks]",
5759
"pytest-httpbin==2.1.0",
60+
"httpbin~=0.10.0",
5861
"pytest-cov",
5962
"pytest-mock",
6063
"pytest-xdist",
61-
"pytest>=3"
64+
"pytest>=3",
65+
"trustme",
6266
]
6367

6468
[tool.setuptools]

0 commit comments

Comments
 (0)