Message8440

Author zyasoft
Recipients zyasoft
Date 2014-05-19.16:22:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400516558.94.0.144998356444.issue2150@psf.upfronthosting.co.za>
In-reply-to
Content
Sometimes we would like to exclude tests from the regrtest. But this is currently broken:

$ dist/bin/jython dist/Lib/test/regrtest.py -x test_httpservers
Traceback (most recent call last):
  File "dist/Lib/test/regrtest.py", line 1449, in <module>
    main()
  File "dist/Lib/test/regrtest.py", line 368, in main
    nottests[:0] = args
TypeError: 'set' object does not support item assignment
History
Date User Action Args
2014-05-19 16:22:38zyasoftsetrecipients: + zyasoft
2014-05-19 16:22:38zyasoftsetmessageid: <1400516558.94.0.144998356444.issue2150@psf.upfronthosting.co.za>
2014-05-19 16:22:38zyasoftlinkissue2150 messages
2014-05-19 16:22:37zyasoftcreate