Skip to content

Commit b961fbe

Browse files
committed
Remove pytest from pre-commit
1 parent 4e84c80 commit b961fbe

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/pull_request.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ jobs:
3232
uses: pre-commit/[email protected]
3333
with:
3434
extra_args: --all-files
35+
36+
- name: Unit tests
37+
run: uv run -- pytest -m unit
38+
shell: bash

.pre-commit-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,3 @@ repos:
2121
language: system
2222
types: [python]
2323
fail_fast: true
24-
25-
- id: unit-tests
26-
name: Unit tests
27-
entry: uv run -- pytest -m unit
28-
language: system
29-
types: [python]
30-
fail_fast: true
31-
pass_filenames: false

0 commit comments

Comments
 (0)