Skip to content

Commit

Permalink
Update python-napalm-arubaos-switch to version 0.2.0 / rev 4 via SR 1…
Browse files Browse the repository at this point in the history
…056869

https://build.opensuse.org/request/show/1056869
by user mcepl + dimstar_suse
- Skip failing tests
  (gh#napalm-automation-community/napalm-arubaos-switch#20)
  • Loading branch information
mcepl authored and bmwiedemann committed Jan 8, 2023
1 parent cf88e88 commit 2d60250
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
Binary file modified packages/p/python-napalm-arubaos-switch/.files
Binary file not shown.
10 changes: 10 additions & 0 deletions packages/p/python-napalm-arubaos-switch/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,14 @@
<comment></comment>
<requestid>999332</requestid>
</revision>
<revision rev="4" vrev="3">
<srcmd5>3bad5c335853ec6e1a671b6c6cdc7d2f</srcmd5>
<version>0.2.0</version>
<time>1673209547</time>
<user>dimstar_suse</user>
<comment>- Skip failing tests
(gh#napalm-automation-community/napalm-arubaos-switch#20)
</comment>
<requestid>1056869</requestid>
</revision>
</revisionlist>
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 5 14:51:49 UTC 2023 - Matej Cepl <[email protected]>

- Skip failing tests
(gh#napalm-automation-community/napalm-arubaos-switch#20)

-------------------------------------------------------------------
Mon Aug 22 17:20:03 UTC 2022 - Markéta Machová <[email protected]>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package python-napalm-arubaos-switch
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2021, Martin Hauke <[email protected]>
#
# All modifications and additions to the file contributed by third parties
Expand Down Expand Up @@ -70,7 +70,10 @@ This Drivers uses the REST interface.
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
%pytest -v -k "not (test_traceroute)"
skip_tests="test_traceroute"
# gh#napalm-automation-community/napalm-arubaos-switch#20
skip_tests+=" or test_method_signatures or test_get_facts"
%pytest -k "not (${skip_tests})"

%files %{python_files}
%license LICENSE
Expand Down

0 comments on commit 2d60250

Please sign in to comment.