Mon Dec 11 19:15:15 2006

Ticket #113 (assigned)

python setup.py nosetests --stop was raise TypeError


Priority: normal Reporter: kumar dot mcmillan / gmail
Severity: normal Assigned to: jpellerin (accepted)
Component: nose Status: assigned
Version: 0.9 Resolution:  
Milestone: 0.9.2 Keywords:  

Description by kumar dot mcmillan / gmail:

I'm not sure if this would be true across all extra options sent to setup.py nosetests, however the fix seemed simple enough (the internals needed to handle integer values). A rough patch is following (this got it working).

All this, using nose revision 143 and setuptools 0.6c3

Attachments

Changelog

Mon Dec 11 19:16:04 2006: Modified by guest

  • attachment added: nose.r143.kumar.patch

Mon Dec 11 19:22:17 2006: Modified by guest

    might help to know that the value of stop or whatever was coming through as an int, 1

    Wed Dec 13 10:08:25 2006: Modified by jpellerin

    • milestone set to 0.9.2
    • status changed from new to assigned