Skip to content

Commit

Permalink
Revert "Merge remote-tracking branch 'origin/meta-handling' into meta…
Browse files Browse the repository at this point in the history
…-handling"

This reverts commit ae4eafe, reversing
changes made to e29cbbc.
  • Loading branch information
kb- committed Mar 28, 2024
1 parent ae4eafe commit 8f4d6ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ repos:
language: system
types: [python]

# - id: pytest-selenium
# name: pytest (selenium tests)
# entry: ./env/Scripts/pytest.exe
# args: ['tests/', '-k', 'selenium', '--webdriver', 'Firefox']
# language: system
# pass_filenames: false
- id: pytest-selenium
name: pytest (selenium tests)
entry: ./env/Scripts/pytest.exe
args: ['tests/', '-k', 'selenium', '--webdriver', 'Firefox']
language: system
pass_filenames: false

- id: pytest-non-selenium
name: pytest (non-selenium tests)
Expand Down

0 comments on commit 8f4d6ee

Please sign in to comment.