Package: osinfo-db / 0.20221130-2

Metadata

Package Version Patches format
osinfo-db 0.20221130-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
upstream_tests test_ids fix relative path.patch | (download)

tests/test_ids.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] tests/test_ids: fix relative path

Running test_ids.py outside git tree is currently broken due the
hardcoded "data" directory into relative path.

This was introduced in d95a0c22 when converting test to use pathlib
module.

We should use INTERNAL_OSINFO_DB_DATA_DIR environment variable
instead, provided by util.DataFiles.datadir.

Signed-off-by: Victor Toso <victortoso@redhat.com>