Skip to content

Commit 20113ca

Browse files
committed
Revert "Improve comment"
This reverts commit b6df989.
1 parent 5526786 commit 20113ca

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,9 @@ test-skip = ["cp37*", "*musllinux*", "*win32*", "*i686*"]
196196
# test-requires = ["pytest", "numba", "jax", "jaxlib"]
197197
# test-command = "pytest {package}/tests"
198198

199-
200-
# Conda-lock is used to generate pixi.toml via scripts/generate-pixi-toml.py
201-
[tool.conda-lock.dependencies]
202-
203199
# This is a temporary hack to achieve automatic pixi.toml generation.
204200
# Unfortunately pytest-sphinx is not yet on conda-forge. I'm trying to add
205201
# it in <https://github.com/conda-forge/staged-recipes/pull/30520>. In the
206-
# meantime before this is merged, we need to make it a PyPI dependency.
207-
# After it's merged, we should delete this line.
202+
# meantime, we need to make it a PyPI dependency.
203+
[tool.conda-lock.dependencies]
208204
pytest-sphinx = {source = "pypi", category="docs"}

0 commit comments

Comments
 (0)