diff options
author | David Seifert <soap@gentoo.org> | 2020-08-22 19:29:24 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-08-22 19:29:24 +0200 |
commit | b4e4747cc3a763429187f46f2d12f2dc82f50169 (patch) | |
tree | c4f029cfeb480ff6111a5adc72b3cdb828c1b40e /dev-python/oct2py/files | |
parent | dev-python/octave_kernel: Remove old 0.26.2 (diff) | |
download | gentoo-b4e4747cc3a763429187f46f2d12f2dc82f50169.tar.gz gentoo-b4e4747cc3a763429187f46f2d12f2dc82f50169.tar.bz2 gentoo-b4e4747cc3a763429187f46f2d12f2dc82f50169.zip |
dev-python/oct2py: Version bump to 5.2.0
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>
Diffstat (limited to 'dev-python/oct2py/files')
-rw-r--r-- | dev-python/oct2py/files/oct2py-5.2.0-mask-pkg-load-test.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-python/oct2py/files/oct2py-5.2.0-mask-pkg-load-test.patch b/dev-python/oct2py/files/oct2py-5.2.0-mask-pkg-load-test.patch new file mode 100644 index 000000000000..c233b45ec2c7 --- /dev/null +++ b/dev-python/oct2py/files/oct2py-5.2.0-mask-pkg-load-test.patch @@ -0,0 +1,10 @@ +--- 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)
|