15
0
forked from pool/python-plette

- Skip test test_pipfile_load as it fails with new tomlkit

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-plette?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-07-23 14:19:52 +00:00
committed by Git OBS Bridge
parent 00b6cfc366
commit 4e77393609
2 changed files with 7 additions and 3 deletions

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