summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_pypi_dist.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove packaging from the standard library.Éric Araujo2012-06-241-287/+0
| | | | | | Distutils2 will live on on PyPI and be included in the stdlib when it is ready. See discussion starting at http://mail.python.org/pipermail/python-dev/2012-June/120430.html
* Squash last tempdir leak in packaging tests.Éric Araujo2011-09-191-0/+2
| | | | Sweet taste of victory! Alexis, you can fix the threads leaks :)
* Minor tweaks to packaging tests.Éric Araujo2011-06-171-17/+17
| | | | | | - Move a tearDown method right after setUp - Use assertRaises instead of reinventing it - Skip a test instead of commenting it out, as a reminder
* Issue #12180: Fixed a few remaining errors in test_packaging when no threading.Tarek Ziade2011-05-251-2/+3
|
* skip more tests in packaging if threading is not supportedTarek Ziade2011-05-221-1/+7
|
* Skip tests that require zlib in the packaging tests. Also add a ↵Ezio Melotti2011-05-191-1/+2
| | | | requires_zlib decorator to test.support.
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+277