forked from pool/python-cairocffi
Compare commits
28 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 069957bae2 | |||
| 071c7af2ab | |||
| 7727106997 | |||
| 69bc06c80d | |||
| 71cc221b59 | |||
| e9ceb1654e | |||
| 9d3d7cae7c | |||
| 270c47b7fd | |||
| 441e3be171 | |||
| 014ce5f781 | |||
| 17b9922244 | |||
| ce815a6355 | |||
| c7559c442c | |||
| 796daac914 | |||
| 83e6e1a8d1 | |||
| d27330d983 | |||
| 92be3cf348 | |||
| 38ac2917fe | |||
| 5bd34fb250 | |||
| 37337e278d | |||
| 201bffcde6 | |||
| ddebcd4433 | |||
| d7231f0ce0 | |||
| f528e81de3 | |||
| 7714c22a3f | |||
| 6f152f5b4b | |||
|
|
8f38faf1c4 | ||
|
|
9ff777d99a |
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 08:12:05 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Readd disabling test_xcb tests. Please, don’t reenable until
|
||||
gh#Kozea/cairocffi#203 is fixed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 07:38:34 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
||||
@@ -81,7 +81,7 @@ This package provides the optional gdk-pixbuf image loader module.
|
||||
|
||||
%check
|
||||
# Switch off test_xcb_window (gh#Kozea/cairocffi#203)
|
||||
%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" xvfb-run --server-args="-screen 0 1280x1024x16" $python -m pytest
|
||||
%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" xvfb-run --server-args="-screen 0 1280x1024x16" $python -m pytest --ignore cairocffi/test_xcb.py
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
||||
Reference in New Issue
Block a user