Skip to content

Commit 0a266d8

Browse files
committed
Add remote_tests set to doctest
1 parent 1364fb9 commit 0a266d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ run-hypothesis = "run-coverage --hypothesis-profile ci --run-slow-hypothesis tes
168168
list-env = "pip list"
169169

170170
[tool.hatch.envs.doctest]
171-
features = ["test", "optional", "remote"]
171+
features = ["test", "optional", "remote", "remote_tests"]
172172
description = "Test environment for doctests"
173173

174174
[tool.hatch.envs.doctest.scripts]

0 commit comments

Comments
 (0)