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

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Apr 6 04:00:01 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove constantly changing test artifact *PYTEST.pyc file readable
only by root from the runtime package
-------------------------------------------------------------------
Wed Feb 27 13:51:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

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}