ci(postgres): drop the checker's unit test

Remove erpnext/tests/test_postgres_compat.py (and its pre-commit exclude); a unit
test for the dev-tooling lint helper isn't needed in the app test suite.
This commit is contained in:
Mihir Kandoi
2026-06-21 17:03:51 +05:30
parent 549a24f7b9
commit 16e45c41f5
2 changed files with 2 additions and 105 deletions

View File

@@ -75,8 +75,8 @@ repos:
language: script
files: ^erpnext/.*\.py$
# patches/ are historical, version-gated migrations (skipped on fresh Postgres installs);
# out of scope for the always-on gate. test_postgres_compat.py holds intentional bad-SQL fixtures.
exclude: ^erpnext/patches/|^erpnext/tests/test_postgres_compat\.py$
# out of scope for the always-on gate.
exclude: ^erpnext/patches/
ci:
autoupdate_schedule: weekly