mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
Bug: https://bugs.gentoo.org/726346 Bug: https://bugs.gentoo.org/731458 Bug: https://bugs.gentoo.org/732946 Bug: https://bugs.gentoo.org/737368 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
11 lines
384 B
Diff
11 lines
384 B
Diff
--- a/oct2py/tests/test_usage.py
|
|
+++ b/oct2py/tests/test_usage.py
|
|
@@ -338,6 +338,7 @@
|
|
with pytest.raises(Oct2PyError, match=exp):
|
|
self.oc.pyeval_like_error3(1)
|
|
|
|
+ @pytest.mark.skip(reason="requires octave 'signal' package to be installed")
|
|
def test_pkg_load(self):
|
|
self.oc.eval('pkg load signal')
|
|
t = np.linspace(0, 1, num=100)
|