15
0
forked from pool/python-plette

Accepting request 717924 from devel:languages:python

- Skip test test_pipfile_load as it fails with new tomlkit

OBS-URL: https://build.opensuse.org/request/show/717924
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-plette?expand=0&rev=2
This commit is contained in:
2019-07-28 08:18:22 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 23 14:19:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Skip test test_pipfile_load as it fails with new tomlkit
-------------------------------------------------------------------
Fri Mar 1 01:54:58 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -58,9 +58,8 @@ Structured Pipfile and Pipfile.lock models.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
$python -m pytest --ignore tasks
}
# test_pipfile_load https://github.com/sarugaku/plette/issues/9
%pytest -k 'not test_pipfile_load'
%files %{python_files}
%doc README.rst