- Use proper upstream tarball

- Really execute tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=49
This commit is contained in:
Tomáš Chvátal
2018-08-09 07:00:49 +00:00
committed by Git OBS Bridge
parent 5330109600
commit c846c2fe64
3 changed files with 6 additions and 3 deletions

View File

@@ -67,10 +67,11 @@ PYTHONPATH=./src python3 setup.py build_sphinx && rm build/sphinx/html/.buildinf
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version}
%files %{python_files}
%license docs/license.txt
%doc CHANGES.txt README.rst
%{python_sitelib}/*
%files -n python-WebOb-doc