Skip to content

Commit

Permalink
pytest-selenium v4.0.1 (#19)
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 May 29, 2023
2 parents 4b23a34 + 140e414 commit 3c4016e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .scripts/build_steps.sh

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

8 changes: 4 additions & 4 deletions README.md

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

14 changes: 8 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pytest-selenium" %}
{% set version = "4.0.0" %}
{% set version = "4.0.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pytest-selenium-{{ version }}.tar.gz
sha256: a0b45a0d1d5833a67b14a279cfe1a0eeaf4981ab4b0d12e9787fcfa1ed48049f
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: e7329aceb4c1e04aa711c5c625106ab906855a5e208a2246d6b6055f2011522f

build:
noarch: python
Expand All @@ -18,18 +18,19 @@ requirements:
host:
- python >=3.7
- pip
- poetry-core >=1.0.0
- hatch-vcs >=0.3
- hatchling >=1.13

run:
- python >=3.7
- pytest-base-url >=2.0.0
- pytest-html >=2.0.0
- pytest-variables >=2.0.0
- pytest >=6.0
- pytest >=6.0
- requests >=2.26.0
- selenium >=4.0.0
- tenacity >=6.0.0

run_constrained:
- appium-python-client >=1.0.0

Expand All @@ -40,6 +41,7 @@ test:

about:
home: https://pypi.python.org/pypi/pytest-selenium
dev_url: https://github.com/pytest-dev/pytest-selenium
summary: pytest-selenium is a plugin for py.test that provides support for running Selenium based tests.
license: MPL-2.0
license_file: LICENSE
Expand Down

0 comments on commit 3c4016e

Please sign in to comment.