mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-30 15:09:47 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user