[issue8710] test_xpickle: compat tests: workaround for missing test_support

2010-11-28 Thread Stefan Krah

Stefan Krah stefan-use...@bytereef.org added the comment:

Right, Debian's solution is quite reasonable. Closing as wont_fix.

--
resolution:  - wont fix
stage:  - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8710
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8710] test_xpickle: compat tests: workaround for missing test_support

2010-11-27 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

I think this is a distro bug.  Debian for example does not ship tests but has 
test.__init__, regrtest and test_support.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8710
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8710] test_xpickle: compat tests: workaround for missing test_support

2010-05-14 Thread Stefan Krah

New submission from Stefan Krah stefan-use...@bytereef.org:

When the system python does not have the Lib/test directory, the
compat tests are failing.


==
ERROR: test_attribute_name_interning (test.test_xpickle.CPicklePython26Compat)
--
Traceback (most recent call last):
  File /home/stefan/svn/trunk/Lib/test/pickletester.py, line 959, in 
test_attribute_name_interning
s = self.dumps(x, proto)
  File /home/stefan/svn/trunk/Lib/test/test_xpickle.py, line 114, in dumps
return self.send_to_worker(self.python, arg, proto)
  File /home/stefan/svn/trunk/Lib/test/test_xpickle.py, line 110, in 
send_to_worker
raise RuntimeError(stderr)
RuntimeError: Traceback (most recent call last):
  File /home/stefan/svn/trunk/Lib/test/test_xpickle.py, line 17, in module
from test import test_support
ImportError: No module named test

--
components: Tests
messages: 105698
nosy: collinwinter, skrah
priority: normal
severity: normal
status: open
title: test_xpickle: compat tests: workaround for missing test_support
type: behavior
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8710
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8710] test_xpickle: compat tests: workaround for missing test_support

2010-05-14 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

I don’t understand your installation. Do you have some parts of the test 
infrastructure but not test_support? Why?

--
nosy: +merwok

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8710
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8710] test_xpickle: compat tests: workaround for missing test_support

2010-05-14 Thread Stefan Krah

Stefan Krah stefan-use...@bytereef.org added the comment:

The compat tests check that pickling in the newly compiled Python
version is compatible with pickling in installed Python versions.

The installed versions may or may not have a test directory. For
example, the 2.6 port in OpenBSD does not have the test directory.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8710
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com