Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Correct test requirements source file
  • Loading branch information
janbridley committed Dec 20, 2024
commit a0c0fb23f05a1cf90499176b78407d7c8198f088
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Source = "https://github.com/glotzerlab/parsnip"
Issues = "https://github.com/glotzerlab/parsnip/issues"

[tool.setuptools.dynamic]
optional-dependencies = {tests = { file = ["tests/requirements.txt"] }, doc = { file = ["doc/requirements.txt"] }}
optional-dependencies = {tests = { file = ["tests/requirements.in"] }, doc = { file = ["doc/requirements.txt"] }}

[tool.pytest.ini_options]
# Add percentage progress bar to the pytest console output
Expand Down
Loading