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

@@ -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