Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r70136:eed6c50a88fc
Date: 2014-03-20 16:00 -0700
http://bitbucket.org/pypy/pypy/changeset/eed6c50a88fc/
Log: skip for now: requires the not NotImplemented audioop.lin2ulaw
diff --git a/lib-python/3/test/test_sunau.py b/lib-python/3/test/test_sunau.py
--- a/lib-python/3/test/test_sunau.py
+++ b/lib-python/3/test/test_sunau.py
@@ -1,4 +1,4 @@
-from test.support import run_unittest, TESTFN
+from test.support import run_unittest, TESTFN, impl_detail
import unittest
import os
@@ -41,6 +41,7 @@
self.assertEqual(self.f.readframes(nframes), output)
self.f.close()
+ @impl_detail(pypy=False)
def test_ulaw(self):
self.f = sunau.open(TESTFN, 'w')
self.f.setnchannels(nchannels)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit