Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{% set name = "pytest-httpserver" %}
{% set version = "1.0.8" %}
{% set version = "1.1.3" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name|replace('-', '_') }}-{{ version }}.tar.gz
sha256: e052f69bc8a9073db02484681e8e47004dd1fb3763b0ae833bd899e5895c559a
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name|replace('-', '_') }}-{{ version }}.tar.gz
sha256: af819d6b533f84b4680b9416a5b3f67f1df3701f1da54924afd4d6e4ba5917ec

build:
skip: true # [py<38]
skip: true # [py<39]
number: 0
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation

requirements:
host:
- pip
- poetry-core >=1.0.0
- python
- poetry-core
run:
- python
- werkzeug >=2.0.0
Expand All @@ -38,7 +38,7 @@ test:
commands:
- python -m pip check
# test_ipv6: OSError: [Errno 99] Cannot assign requested address
- python -m pytest -v -ra tests -k "not (test_ipv6)"
- "python -m pytest -v -ra tests -k \"not (test_ipv6)\""

about:
home: https://github.com/csernazs/pytest-httpserver
Expand All @@ -54,6 +54,8 @@ about:
accessible via localhost can be started with the pre-defined expected
http requests and their responses.



extra:
recipe-maintainers:
- duncanmmacleod
- duncanmmacleod