15
0

Accepting request 825957 from home:pgajdos:python

- run test_read_symlinks but make README.rst to be a symlink to
  libarchive/resources/README.rst

OBS-URL: https://build.opensuse.org/request/show/825957
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libarchive?expand=0&rev=16
This commit is contained in:
2020-08-12 10:40:47 +00:00
committed by Git OBS Bridge
parent 021b05bb8d
commit c20eabf76d
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 12 09:31:58 UTC 2020 - pgajdos@suse.com
- run test_read_symlinks but make README.rst to be a symlink to
libarchive/resources/README.rst
-------------------------------------------------------------------
Thu Jul 30 15:43:52 UTC 2020 - Matej Cepl <mcepl@suse.com>

View File

@@ -56,8 +56,9 @@ A ctypes-based adapter to libarchive.
%check
export LANG=en_US.UTF8
# excluded test due to gh#dsoprea/PyEasyArchive#33
%pytest -k 'not test_read_symlinks'
# test_read_symlinks expects README.rst to be symlink
ln -sf libarchive/resources/README.rst README.rst
%pytest
%install
%python_install