Accepting request 692137 from home:jayvdb:coala:test-rig

- Remove constantly changing test artifact *PYTEST.pyc file readable
  only by root from the runtime package

OBS-URL: https://build.opensuse.org/request/show/692137
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-instafail?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-04-08 08:35:28 +00:00
committed by Git OBS Bridge
parent 939c4dcd4e
commit 3b2c57fd47
2 changed files with 7 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ until the end of test session.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
export PYTHONDONTWRITEBYTECODE=1
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v
%files %{python_files}