This is an archive of the discontinued Mercurial Phabricator instance.

cbor: remove unrequired files and fix core test-check*
ClosedPublic

Authored by pulkit on Mar 9 2018, 5:54 AM.

Details

Summary

This patch removes the unrequired files from the cbor library which are docs/,
tests/, setup.py, setup.cfg, tox.ini.

Also, this patch fixes couple of test-check* tests by making sure they skip
testing the third party library cbor.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

pulkit created this revision.Mar 9 2018, 5:54 AM
indygreg accepted this revision.Mar 26 2018, 11:30 AM
indygreg added a subscriber: indygreg.

I'm going to fold the deletes into the previous commit and rewrite the commit message of this one accordingly.

This revision is now accepted and ready to land.Mar 26 2018, 11:30 AM
This revision was automatically updated to reflect the committed changes.