SHA256
1
0
forked from pool/python-numpy

Accepting request 1186789 from home:bnavigator:branches:devel:languages:python:numeric

- Fix numpy-config path tests, provide reason for failing meson
  test
- Remove mistaken pycache rpmlint filter

OBS-URL: https://build.opensuse.org/request/show/1186789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=162
This commit is contained in:
2024-07-16 12:07:33 +00:00
committed by Git OBS Bridge
parent c73e3af979
commit 286df3ecab
3 changed files with 17 additions and 10 deletions

View File

@@ -5,6 +5,3 @@ addFilter("devel-file-in-non-devel-package .*numpy/_core/tests/data")
addFilter("hidden-file-or-dir .*numpy/f2py/tests/src/assumed_shape/.f2py_f2cmap")
addFilter("hidden-file-or-dir .*numpy/f2py/tests/src/f2cmap/.f2py_f2cmap")
addFilter("zero-length .*numpy/core/__init__.pyi")
# The pyc files are created after the py files, but the mtime of the pyc file,
# its internal timestamp and the mtime of the py file are not equal.
addFilter("python-bytecode-inconsistent-mtime .*")