[bot-automerge] pytest-bdd v7.0.0 (#16)

automerged PR by conda-forge/automerge-action
This commit is contained in:
github-actions[bot] 2023-10-10 21:34:53 +00:00 committed by GitHub
commit e1733b6f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 21 deletions

View File

@ -15,11 +15,6 @@ jobs:
timeoutInMinutes: 360
steps:
- script: |
rm -rf /opt/ghc
df -h
displayName: Manage disk space
# configure qemu binfmt-misc running. This allows us to run docker containers
# embedded qemu-static
- script: |

View File

@ -6,9 +6,3 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython

2
.github/CODEOWNERS generated vendored
View File

@ -1 +1 @@
* @m0nonoke @PertuyF @breathe
* @PertuyF @breathe @m0nonoke

View File

@ -31,11 +31,10 @@ pkgs_dirs:
CONDARC
mamba install --update-specs --yes --quiet --channel conda-forge \
conda-build pip boa conda-forge-ci-setup=3
mamba update --update-specs --yes --quiet --channel conda-forge \
conda-build pip boa conda-forge-ci-setup=3
mamba install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \
pip mamba conda-build boa conda-forge-ci-setup=3
mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \
pip mamba conda-build boa conda-forge-ci-setup=3
# set up the condarc
setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}"

View File

@ -12,7 +12,7 @@ function startgroup {
echo "##[group]$1";;
travis )
echo "$1"
echo -en 'travis_fold:start:'"${1// /}"'\\r';;
echo -en 'travis_fold:start:'"${1// /}"'\r';;
github_actions )
echo "::group::$1";;
* )
@ -28,7 +28,7 @@ function endgroup {
azure )
echo "##[endgroup]";;
travis )
echo -en 'travis_fold:end:'"${1// /}"'\\r';;
echo -en 'travis_fold:end:'"${1// /}"'\r';;
github_actions )
echo "::endgroup::";;
esac

1
README.md generated
View File

@ -151,4 +151,5 @@ Feedstock Maintainers
* [@PertuyF](https://github.com/PertuyF/)
* [@breathe](https://github.com/breathe/)
* [@m0nonoke](https://github.com/m0nonoke/)

View File

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