Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(test) add sp-repo-review as downstream #1

Merged
merged 4 commits into from
Apr 4, 2024
Merged
Changes from all commits
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
18 changes: 14 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
number: 1
entry_points:
- repo-review = repo_review.__main__:main

Expand All @@ -35,20 +35,29 @@ test:
- repo_review.fixtures
- repo_review.schema
source_files:
- docs
- tests
- README.md
- LICENSE
- noxfile.py
- pyproject.toml
- .github
- .pre-commit-config.yaml
- .readthedocs.yaml
requires:
- rich-click
- pip
- pytest
# - sp-repo-review
- sp-repo-review
- validate-pyproject >=0.14
commands:
- pip check
- repo-review --help
- validate-pyproject -E repo-review --help
henryiii marked this conversation as resolved.
Show resolved Hide resolved
# Remove tests that depends upon sp-repo-review
- rm tests/test_self.py && pytest
- mkdir src
- pytest -k "not test_cmd_dual"
downstreams:
MementoRC marked this conversation as resolved.
Show resolved Hide resolved
- sp-repo-review

about:
home: https://github.com/scientific-python/repo-review
Expand All @@ -67,4 +76,5 @@ about:

extra:
recipe-maintainers:
- henryiii
- MementoRC