Skip to content
Snippets Groups Projects
Commit 1c762ee9 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'pytest-qt' into 'master'

Add recipe for pytest-qt

See merge request bob/bob.conda!395
parents 8275df9d ceccc7cd
No related branches found
No related tags found
1 merge request!395Add recipe for pytest-qt
Pipeline #25960 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.
Please register or to comment