Re: [Ironpython-users] PyTest incompatible: Unsupported param dictionary type: IronPython.Runtime.PythonDictionary

2013-07-12 Thread Travis Lee
gt; SystemError: Unsupported param dictionary type: > IronPython.Runtime.PythonDiction > ary > > I could only reproduce it when the class inherits from ModuleType. > > Danny > > -- > Date: Wed, 10 Jul 2013 21:17:55 -0700 > From: [email protected] >

Re: [Ironpython-users] PyTest incompatible: Unsupported param dictionary type: IronPython.Runtime.PythonDictionary

2013-07-11 Thread Travis Lee
_doc__', None): d['__doc__'] = oldmod.__doc__ d.update(attr) if hasattr(oldmod, "__dict__"): oldmod.__dict__.update(d) mod = ApiModule(pkgname, exportdefs, implprefix=pkgname, attr=d) On Wed, Jul 10, 2013 at 9:17 PM, Slide wrote: > Can you

[Ironpython-users] PyTest incompatible: Unsupported param dictionary type: IronPython.Runtime.PythonDictionary

2013-07-10 Thread Travis Lee
I'm trying to use PyTest on IronPython. I haven't looked thoroughly but I've been told that PyTest does not use C extensions so it should theoretically work normally. c:\>"c:\Program Files (x86)\IronPython 2.7\ipy.exe" IronPython 2.7.3 (2.7.0.40) on .NET 4.0.30319.18047