Skip to content

Commit

Permalink
Update pytest from 8.1.1 to 8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emscripten-forge-bot committed Apr 28, 2024
1 parent 03c4851 commit c206c5b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions recipes/recipes_emscripten/pytest/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
context:
version: "8.1.1"
version: 8.1.2

package:
name: pytest
version: '{{ version }}'

source:
url: https://pypi.io/packages/source/p/pytest/pytest-{{ version }}.tar.gz
sha256: ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044
sha256: f3c45d1d5eed96b01a2aea70dee6a4a366d51d38f9957768083e4fecfc77f3ef

build:
number: 0

requirements:
build:
- cross-python_emscripten-wasm32
- pip
- cross-python_emscripten-wasm32
- pip
host:
- python
- python
run:
- atomicwrites
- attrs
- more-itertools
- pluggy
- py
- six
- iniconfig
- atomicwrites
- attrs
- more-itertools
- pluggy
- py
- six
- iniconfig

about:
home: https://docs.pytest.org/en/latest/
Expand All @@ -42,7 +42,7 @@ extra:
emscripten_tests:
python:
pytest_files:
- test_pytest.py
- test_pytest.py

recipe-maintainers:
- DerThorsten
- DerThorsten

0 comments on commit c206c5b

Please sign in to comment.