Skip to content

Commit

Permalink
actually skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk authored Sep 5, 2024
1 parent 51ea2a1 commit ca01777
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 @@ -72,7 +72,7 @@ test:
- python -c "import av; assert 'libopenh264' in av.codecs_available"
# Follow thei rtest commands from
# https://github.com/PyAV-Org/PyAV/blob/main/.github/workflows/tests.yml#L72
- pytest tests
- pytest tests -k "not ({{ tests_to_skip }})"
imports:
- av
- av.audio
Expand Down

0 comments on commit ca01777

Please sign in to comment.