Skip to content

Commit

Permalink
pytest v8.1.0 (#176)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Mar 3, 2024
2 parents a1059e1 + b93747d commit 56fec87
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "8.0.2" %}
{% set version = "8.1.0" %}

package:
name: pytest
version: {{ version }}

source:
url: https://pypi.io/packages/source/p/pytest/pytest-{{ version }}.tar.gz
sha256: d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd
sha256: f8fa04ab8f98d185113ae60ea6d79c22f8143b14bc1caeced44a0ab844928323

build:
number: 0
Expand All @@ -20,14 +20,14 @@ requirements:
host:
- pip
- python >=3.8
- setuptools >=42.0
- setuptools_scm >=6.0
- setuptools >=61
- setuptools_scm >=6.2.3
run:
- python >=3.8
- iniconfig
- packaging
- pluggy <2.0,>=1.3.0
- tomli >=1.0.0
- pluggy <2.0,>=1.4
- tomli >=1
# colorama is needed only for windows, but okay to have for unix
# For eg: tqdm does the same thing
- colorama
Expand Down

0 comments on commit 56fec87

Please sign in to comment.