forked from pool/python-loguru
- drop optional mypy testing dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-loguru?expand=0&rev=24
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 12 13:31:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- drop optional mypy testing dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 12:35:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@ URL: https://github.com/Delgan/loguru
|
||||
Source: https://files.pythonhosted.org/packages/source/l/loguru/loguru-%{version}.tar.gz
|
||||
BuildRequires: %{python_module colorama}
|
||||
BuildRequires: %{python_module freezegun}
|
||||
BuildRequires: %{python_module mypy}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
@@ -55,6 +54,7 @@ which dispatches log messages to configured handlers.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
rm -v tests/test_type_hinting.py
|
||||
export LANG=en_US.UTF-8
|
||||
if [ $(getconf LONG_BIT) = 32 ]; then
|
||||
# Threads have different references on 32-bit
|
||||
|
||||
Reference in New Issue
Block a user