Remove thirdparty/unittest2 from webkitpy
Created attachment 238930 [details] Patch
What is the point of this patch? Why are we removing it? I thought we purposely started using unittest2 for some feature it provided.
Comment on attachment 238930 [details] Patch r=me. I had planned on proposing this patch today as well! Thanks for beating me to it! :-)
(In reply to comment #2) > What is the point of this patch? Why are we removing it? I thought we purposely started using unittest2 for some feature it provided. The "unites" that ships with Python 2.7 is the same as the "unittest2" stuff in our repository. So we are just getting rid of our custom local (probably outdated) version of this library in favor of the official version that now ships with Python.
From the documentation on "unittest2": "unittest2 is a backport of the new features added to the unittest testing framework in Python 2.7. It is tested to run on Python 2.4 - 2.7."
Comment on attachment 238930 [details] Patch Clearing flags on attachment: 238930 Committed r174136: <http://trac.webkit.org/changeset/174136>
All reviewed patches have been landed. Closing bug.