Skip to content

Commit

Permalink
Test concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Jul 25, 2024
1 parent 253025c commit a59a59b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .config/pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
exclude: (test_csv_processing_blanks.csv|test.txt)
- id: check-ast
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.8
rev: v0.5.1
hooks:
# Run the linter.
- id: ruff
Expand All @@ -19,7 +19,7 @@ repos:
- id: ruff-format
args: [--config, .config/ruff.toml]
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.2.10
rev: 0.2.13
hooks:
# Run the pip compile
- id: pip-compile
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/run-python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
branches-ignore:
- gh-pages

concurrency:
group: ${{ github.head_ref || github.ref }}

jobs:
build:
runs-on: ubuntu-latest
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via typer
coverage==7.5.4
coverage==7.6.0
# via pytest-cov
distlib==0.3.8
# via virtualenv
Expand All @@ -36,9 +36,9 @@ frictionless==5.17.0
# via hdx-python-utilities (pyproject.toml)
html5lib==1.1
# via hdx-python-utilities (pyproject.toml)
humanize==4.9.0
humanize==4.10.0
# via frictionless
identify==2.5.36
identify==2.6.0
# via pre-commit
idna==3.7
# via
Expand All @@ -54,7 +54,7 @@ jinja2==3.1.4
# via frictionless
jsonlines==4.0.0
# via hdx-python-utilities (pyproject.toml)
jsonschema==4.22.0
jsonschema==4.23.0
# via
# frictionless
# tableschema-to-template
Expand Down Expand Up @@ -92,7 +92,7 @@ pydantic-core==2.20.1
# via pydantic
pygments==2.18.0
# via rich
pytest==8.2.2
pytest==8.3.2
# via
# hdx-python-utilities (pyproject.toml)
# pytest-cov
Expand Down Expand Up @@ -127,7 +127,7 @@ rfc3986==2.0.0
# via frictionless
rich==13.7.1
# via typer
rpds-py==0.18.1
rpds-py==0.19.1
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -164,7 +164,7 @@ typing-extensions==4.12.2
# typer
urllib3==2.2.2
# via requests
validators==0.30.0
validators==0.33.0
# via frictionless
virtualenv==20.26.3
# via pre-commit
Expand Down

0 comments on commit a59a59b

Please sign in to comment.