Skip to content

Commit

Permalink
Merge pull request #217 from Aiven-Open/kmichel-matrix-lint
Browse files Browse the repository at this point in the history
Run lint target in the version matrix
  • Loading branch information
aris-aiven authored Apr 22, 2024
2 parents b9581ab + 9897fe8 commit f600b4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 37 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/lint.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Install requirements
run: pip install -e '.[cassandra,dev,f${{ matrix.fedora-version }}]'

- name: Execute unit-tests
run: make unittest
- name: Execute lints and tests
run: make tests

- id: upload-codecov
# Third-party action pinned to v2.1.0
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ f38 = [
"msgspec == 0.18.6",
"kazoo == 2.8.0",
"protobuf == 3.19.6",
"pydantic == 1.10.2",
# pydantic on Fedora 38 is actually 1.10.2, but 1.10.2 is incompatible with
# mypy >= 1.4.0, this was fixed in pydantic 1.10.9: https://github.com/pydantic/pydantic/pull/5928
"pydantic == 1.10.9",
"pyyaml == 6.0.0",
"requests == 2.28.2",
"tabulate == 0.9.0",
Expand Down

0 comments on commit f600b4d

Please sign in to comment.