Skip to content

Commit

Permalink
conda_helpers: avoid embedding test suite
Browse files Browse the repository at this point in the history
The licensing was incorrect for one thing, and I don't think it's a good
idea to ship all the test resources. CI takes care of testing; I think
it's OK to externalize this.
  • Loading branch information
mara004 committed Oct 31, 2023
1 parent b1c62f3 commit 341c360
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions conda/helpers/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,14 @@ requirements:
- python
- pypdfium2-team::pypdfium2_raw <={{ pdfium_max }}

# FIXME this will embed the whole test suite in the package - not sure if that's a good idea
test:
requires:
- pip
- pytest
- pillow
- numpy
imports:
- pypdfium2
source_files:
- tests/
- tests_old/
commands:
- pip check
- pypdfium2 --help
- pytest tests/ tests_old/

about:
summary: Python bindings to PDFium (helpers, external bindings)
Expand Down

0 comments on commit 341c360

Please sign in to comment.