14
0
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:
2023-05-12 13:32:08 +00:00
committed by Git OBS Bridge
parent 722a24e8eb
commit 67e3b369b4
2 changed files with 6 additions and 1 deletions

View File

@@ -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>

View File

@@ -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