A G <thisismythrowawayacco...@gmail.com> wrote:
> ======================================================================
> FAIL: test_saltedcrypt (test.test_crypt.CryptTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/home/adam/Python-3.3.0/Lib/test/test_crypt.py", line 23, in
> test_saltedcrypt
>     self.assertEqual(len(pw), method.total_size)
> AssertionError: 60 != 13

This isn't known. Probably just a test assumption that is too strict. You
can open an issue at http://bugs.python.org/ .


> ======================================================================
> FAIL: test_setegid (test.test_os.PosixUidGidTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/home/adam/Python-3.3.0/Lib/test/test_os.py", line 1211, in
> test_setegid
>     self.assertRaises(os.error, os.setegid, 0)
> AssertionError: OSError not raised by setegid


This is harmless and occurs if the test user is in the wheel group, see:

http://bugs.python.org/issue14110


Stefan Krah


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to