Skip to content

Commit

Permalink
Merge pull request #1 from MementoRC/feat/add-sp-repo-review-test
Browse files Browse the repository at this point in the history
(test) add sp-repo-review as downstream
  • Loading branch information
henryiii authored Apr 4, 2024
2 parents 6c93f5a + 3fea5b6 commit 79304c3
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# Remove tests that depends upon sp-repo-review
- rm tests/test_self.py && pytest
- mkdir src
- pytest -k "not test_cmd_dual"
downstreams:
- sp-repo-review

about:
home: https://github.com/scientific-python/repo-review
Expand Down

0 comments on commit 79304c3

Please sign in to comment.