1
0
Benjamin Greiner 2022-11-21 11:03:44 +00:00 committed by Git OBS Bridge
parent 765a0022db
commit 2eb2d4e9e7

View File

@ -1,3 +1,5 @@
addFilter('devel-file-in-non-devel-package .*/wcs/.*') addFilter('devel-file-in-non-devel-package .*/wcs/.*')
addFilter('hidden-file-or-dir .*/tests/data/.*') addFilter('hidden-file-or-dir .*/tests/data/.*')
addFilter('zero-length .*/tests/data/.*') addFilter('zero-length .*/tests/data/.*')
# https://github.com/rpm-software-management/rpmlint/issues/965, https://docs.astropy.org/en/latest/development/testguide.html#astropy-test
addFilter('python-tests-in-package .*astropy/.*tests')