Skip to content

Commit 80da829

Browse files
committed
Delete data dir before doctests
1 parent 8ecff3e commit 80da829

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
@@ -151,7 +151,7 @@ features = ["test", "optional"]
151151
description = "Test environment for doctests"
152152

153153
[tool.hatch.envs.doctest.scripts]
154-
run = "pytest docs/user-guide --doctest-glob='*.rst'"
154+
run = "rm -r data/; pytest docs/user-guide --doctest-glob='*.rst'"
155155
list-env = "pip list"
156156

157157
[tool.hatch.envs.gputest]

0 commit comments

Comments
 (0)