Author: Armin Rigo <[email protected]>
Branch:
Changeset: r90186:56d384d17f52
Date: 2017-02-19 09:55 +0100
http://bitbucket.org/pypy/pypy/changeset/56d384d17f52/
Log: fix tests
diff --git a/rpython/rlib/test/test_rposix.py b/rpython/rlib/test/test_rposix.py
--- a/rpython/rlib/test/test_rposix.py
+++ b/rpython/rlib/test/test_rposix.py
@@ -492,7 +492,7 @@
class TestPosixAscii(BasePosixUnicodeOrAscii):
def _get_filename(self):
- return str(udir.join('test_open_ascii'))
+ return unicode(udir.join('test_open_ascii'))
@rposix_requires('openat')
def test_openat(self):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit