pyodide/packages/pytest/meta.yaml

29 lines
669 B
YAML
Raw Normal View History

2018-07-26 11:42:57 +00:00
package:
name: pytest
version: 7.2.2
tag:
- core
- min-scipy-stack
top-level:
- _pytest
- pytest
2018-07-26 11:42:57 +00:00
source:
url: https://files.pythonhosted.org/packages/b2/68/5321b5793bd506961bd40bdbdd0674e7de4fb873ee7cab33dd27283ad513/pytest-7.2.2-py3-none-any.whl
sha256: 130328f552dcfac0b1cec75c12e3f005619dc5f874f0a06e8ff7263f0ee6225e
2018-08-21 14:50:25 +00:00
requirements:
run:
2022-01-10 19:54:11 +00:00
- atomicwrites
- attrs
- more-itertools
- pluggy
- py
- setuptools
- six
- iniconfig
- exceptiongroup
about:
home: https://docs.pytest.org/en/latest/
PyPI: https://pypi.org/project/pytest
summary: "pytest: simple powerful testing with Python"
license: MIT