Skip to content

Commit

Permalink
pytest-selenium v4.0.2 (#20)
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 Nov 21, 2023
2 parents 3c4016e + b9ca30f commit c00e095
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 18 deletions.
8 changes: 3 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

22 changes: 15 additions & 7 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

3 changes: 3 additions & 0 deletions .scripts/run_docker_build.sh

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

4 changes: 3 additions & 1 deletion README.md

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

6 changes: 3 additions & 3 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.1" %}
{% set version = "4.0.2" %}

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

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

build:
noarch: python
Expand All @@ -28,7 +28,7 @@ requirements:
- pytest-variables >=2.0.0
- pytest >=6.0
- requests >=2.26.0
- selenium >=4.0.0
- selenium >=4.10.0
- tenacity >=6.0.0

run_constrained:
Expand Down

0 comments on commit c00e095

Please sign in to comment.