[bot-automerge] pytest-bdd v7.1.2 (#19)

automerged PR by conda-forge/automerge-action
This commit is contained in:
github-actions[bot] 2024-03-17 20:49:10 +00:00 committed by GitHub
commit e2c53f0cbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View File

@ -13,6 +13,7 @@ jobs:
UPLOAD_PACKAGES: 'True' UPLOAD_PACKAGES: 'True'
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64 DOCKER_IMAGE: quay.io/condaforge/linux-anvil-cos7-x86_64
timeoutInMinutes: 360 timeoutInMinutes: 360
variables: {}
steps: steps:
# configure qemu binfmt-misc running. This allows us to run docker containers # configure qemu binfmt-misc running. This allows us to run docker containers

View File

@ -65,7 +65,7 @@ if [[ "${BUILD_WITH_CONDA_DEBUG:-0}" == 1 ]]; then
# Drop into an interactive shell # Drop into an interactive shell
/bin/bash /bin/bash
else else
conda build "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \ conda-build "${RECIPE_ROOT}" -m "${CI_SUPPORT}/${CONFIG}.yaml" \
--suppress-variables ${EXTRA_CB_OPTIONS:-} \ --suppress-variables ${EXTRA_CB_OPTIONS:-} \
--clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" \ --clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" \
--extra-meta flow_run_id="${flow_run_id:-}" remote_url="${remote_url:-}" sha="${sha:-}" --extra-meta flow_run_id="${flow_run_id:-}" remote_url="${remote_url:-}" sha="${sha:-}"

View File

@ -1,5 +1,5 @@
{% set name = "pytest-bdd" %} {% set name = "pytest-bdd" %}
{% set version = "7.1.1" %} {% set version = "7.1.2" %}
package: package:
name: {{ name|lower }} name: {{ name|lower }}
@ -7,7 +7,7 @@ package:
source: source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: 1b41a10a8391f1849f0a1524d77b2991d0d8042d2253ace9b616b89b4a9b97a7 sha256: b992536360f49441ac25b687f092d02815582b60b2acb3f62fce16b7b6e7273d
build: build:
noarch: python noarch: python