You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django developers (Contributions to Django itself)
Hi All,
While building out a vagrant image for running django's tests (plug: https://github.com/django/django-box) I came across a problem trying to run the javascript tests as defined by the tox.ini file. It ended up being the same problem as raised in https://code.djangoproject.com/ticket/25803. The fix to that ticket was to update the package.json dependencies listing npm as < 3.0.0, but I'm wondering if there's a longer term solution we're going to need to look at.
https://github.com/ModelN/grunt-blanket-qunit appears to be abandoned and is probably the main cause of us requiring npm version 2. Maybe we could look at separate packages for generating code coverage and running qunit tests? Does that sound right? I'm happy to open a ticket to track this, but just wanted to see if it's needed or already on someones radar.
Cheers
Tim Graham
unread,
Aug 25, 2016, 11:27:39 AM8/25/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django developers (Contributions to Django itself)
Trey Hunner said [0], "Blanket and qunit are the only real requirements here. We may be able to
switch away from Grunt and use those together in a more manual fashion
so requirements can be upgraded easily."