Compare commits
17 Commits
Author | SHA256 | Date | |
---|---|---|---|
bff7cf1d26 | |||
077a261d8f | |||
08ff7b7536 | |||
cc83c93e80 | |||
5539f6474b | |||
612b7bf5da | |||
c7d4c4b514 | |||
1ae0fd71ce | |||
965c333517 | |||
a294f50cb4 | |||
9e337e76a6 | |||
a0184922e1 | |||
|
6403013bd4 | ||
f4b595c5af | |||
|
7e89b6619f | ||
6c77e9a11e | |||
|
880bca31c8 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 14 02:40:52 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Skip a test that breaks with pytest 8.4.1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 12:26:19 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-promise
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -22,7 +22,6 @@ Version: 2.3.0
|
||||
Release: 0
|
||||
Summary: Promises/A+ implementation for Python
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/syrusakbary/promise
|
||||
Source: https://github.com/syrusakbary/promise/archive/v%{version}.tar.gz#/promise-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM gh#syrusakbary/promise#96
|
||||
@@ -56,7 +55,7 @@ This is an implementation of Promises in Python
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest
|
||||
%pytest -k 'not test_issue_9_safe'
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
|
Reference in New Issue
Block a user