forked from pool/python-debugpy
Accepting request 1203792 from home:mcalabkova:branches:devel:languages:python
- Drop unneeded Django test dependency - Skip one failing test on aarch64 OBS-URL: https://build.opensuse.org/request/show/1203792 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-debugpy?expand=0&rev=37
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 10:32:41 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Drop unneeded Django test dependency
|
||||
- Skip one failing test on aarch64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 19:34:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -40,7 +40,6 @@ BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: python-rpm-macros
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module Django}
|
||||
BuildRequires: %{python_module Flask}
|
||||
BuildRequires: %{python_module debugpy = %{version}}
|
||||
BuildRequires: %{python_module gevent}
|
||||
@@ -126,6 +125,10 @@ donttest="$donttest or test_attach_pid_client"
|
||||
sed -i "s/timeout=30/timeout=60/g" pytest.ini
|
||||
donttest+=" or test_attach_api or test_reattach or test_break_api or test_set_variable or test_unicode or test_debugpySystemInfo or test_debug_this_thread or test_tracing"
|
||||
%endif
|
||||
# Attach-to-PID is not supported on ARM https://github.com/microsoft/debugpy/issues/1220
|
||||
%ifarch aarch64
|
||||
donttest+=" or test_reattach"
|
||||
%endif
|
||||
|
||||
# Do not have numpy dependency
|
||||
donttest+=" or test_numpy"
|
||||
|
||||
Reference in New Issue
Block a user