- Disable tests temporarily as per above

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=46
This commit is contained in:
Tomáš Chvátal 2019-03-26 09:11:29 +00:00 committed by Git OBS Bridge
parent 7ea1c3f2fc
commit 4493705311
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,7 @@ Sat Mar 23 11:32:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
it with shorter sed it with shorter sed
- Switch to pytest testing: - Switch to pytest testing:
* Fails now but that is pycparser bug https://github.com/eliben/pycparser/issues/305 * Fails now but that is pycparser bug https://github.com/eliben/pycparser/issues/305
- Disable tests temporarily as per above
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 20 20:40:34 UTC 2019 - Neal Gompa <ngompa13@gmail.com> Wed Mar 20 20:40:34 UTC 2019 - Neal Gompa <ngompa13@gmail.com>

View File

@ -62,7 +62,9 @@ export CFLAGS="%{optflags} -fno-strict-aliasing"
%python_expand %fdupes %{buildroot}%{$python_sitearch} %python_expand %fdupes %{buildroot}%{$python_sitearch}
%check %check
%pytest_arch # disable tests for now until https://github.com/libgit2/pygit2/issues/846
# gets fixed; upstream https://github.com/eliben/pycparser/issues/305
#%%pytest_arch
%files %{python_files} %files %{python_files}
%license COPYING %license COPYING