14
0
forked from pool/python-snimpy

Accepting request 1224299 from home:mcalabkova:branches:devel:languages:python

- Skip tests affected by too new pyasn1 for now

OBS-URL: https://build.opensuse.org/request/show/1224299
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-snimpy?expand=0&rev=24
This commit is contained in:
2024-11-15 08:39:55 +00:00
committed by Git OBS Bridge
parent 8f1f7ae834
commit 69ab6c3a79
2 changed files with 8 additions and 0 deletions

View File

@@ -83,6 +83,9 @@ export CFLAGS="%{optflags}"
%python_clone -a %{buildroot}%{_mandir}/man1/snimpy.1
%check
# too recent pyasn1, upstream pinned it in https://github.com/vincentbernat/snimpy/commit/f22d1994a9771858bb30ff3c0801a121e45c145b
# let's skip the affected test files for now: tests/test_main.py tests/test_manager.py tests/test_snmp.py
rm tests/test_main.py tests/test_manager.py tests/test_snmp.py
%pytest_arch
%post