Matej Cepl 2020-05-21 16:17:28 +00:00 committed by Git OBS Bridge
parent e1caf0392b
commit 84e20e6bad
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@ Thu May 21 15:30:38 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Add enchant.get_user_config_dir()
- Fix: enchant.get_enchant_version() now returns a str,
not some bytes
- Skip test test_docstrings (gh#pyenchant/pyenchant#203)
-------------------------------------------------------------------
Fri Mar 20 08:06:02 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -66,7 +66,8 @@ rm -rf website .github archive tools
%check
export LANG=en_US.UTF-8
%python_exec -c 'import enchant; print(vars(enchant.Dict()))'
%pytest
# gh#pyenchant/pyenchant#203
%pytest -k 'not test_docstrings'
%files %{python_files}
%license LICENSE.txt