We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ba16a commit cb67094Copy full SHA for cb67094
pyproject.toml
@@ -168,7 +168,7 @@ features = ["test", "optional"]
168
description = "Test environment for doctests"
169
170
[tool.hatch.envs.doctest.scripts]
171
-run = "rm -r data/; pytest docs/user-guide --doctest-glob='*.rst' -k not gpu"
+run = "rm -r data/; pytest docs/user-guide --doctest-glob='*.rst'"
172
fix = "rm -r data/; pytest docs/user-guide --doctest-glob='*.rst' --accept"
173
list-env = "pip list"
174
0 commit comments