Skip to content
Snippets Groups Projects
Commit ceccc7cd authored by Samuel GAIST's avatar Samuel GAIST
Browse files

Add recipe for pytest-qt

parent 8275df9d
No related branches found
Tags v3.1.5
1 merge request!395Add recipe for pytest-qt
Pipeline #25821 passed
{% set name = "pytest-qt" %}
{% set version = "3.2.2" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "f6ecf4b38088ae1092cbd5beeaf714516d1f81f8938626a2eac546206cdfe7fa" %}
package:
name: '{{ name|lower }}'
version: '{{ version }}'
source:
fn: '{{ name }}-{{ version }}.{{ file_ext }}'
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.{{ file_ext }}
'{{ hash_type }}': '{{ hash_value }}'
build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"
requirements:
host:
- pip
- python
- setuptools
- setuptools_scm
run:
- python
- pytest >=2.7.0
test:
requires:
- pyqt 5.*
- pytest
imports:
- pytestqt
commands:
- py.test --help
about:
home: http://github.com/pytest-dev/pytest-qt
license: MIT
license_family: MIT
summary: pytest support for PyQt and PySide applications
doc_url: http://pytest-qt.readthedocs.io/en/latest/
dev_url: https://github.com/pytest-dev/pytest-qt
extra:
recipe-maintainers: sgaist
......@@ -54,6 +54,7 @@ PACKAGES+=('conda/importlib-metadata')
PACKAGES+=('conda/importlib-resources')
PACKAGES+=('conda/nodeenv')
PACKAGES+=('conda/pre-commit')
PACKAGES+=('conda/pytest-qt')
current=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment