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

Add run of pytest tests #1

Merged
merged 6 commits into from
Dec 4, 2021
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
12 changes: 9 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ package:
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pyrender-{{ version }}.tar.gz
sha256: 284b2432bf6832f05c5216c4b979ceb514ea78163bf53b8ce2bdf0069cb3b92e
url: https://github.com/mmatl/{{ name }}/archive/refs/tags/{{ version }}.tar.gz
sha256: cfdf0f681f7763247623c751606e7d3417e3472d5b0f32cfd0389abd207e0a4f

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . -vv

Expand Down Expand Up @@ -48,8 +48,14 @@ test:
- pyrender.platforms
commands:
- pip check
# Disabled due to https://github.com/mmatl/pyrender/issues/203
- pytest -k "not (test_meshes or test_offscreen)" tests
requires:
- pip
- pytest
source_files:
- tests
- examples

about:
home: https://github.com/mmatl/pyrender
Expand Down