Skip to content

Commit

Permalink
move pydantic to test requires
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Jul 19, 2024
1 parent 0272db2 commit 0494dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ requirements:
- exceptiongroup
- jsonschema
- rattler-build-conda-compat >=0.0.6
- pydantic >=2,<3
run_constrained:
# For more details about `shellcheck`, please see this issue.
# xref: https://github.com/conda-forge/conda-smithy-feedstock/issues/248
Expand All @@ -74,6 +73,7 @@ test:
- mock
- pytest
- pytest-cov
- pydantic >=2,<3
source_files:
- tests/
commands:
Expand Down

0 comments on commit 0494dc7

Please sign in to comment.