cpython/Lib/packaging
Éric Araujo 2b612220e4 Clean up extra environment variable after packaging tests.
packaging.util.check_environ will define HOME and PLAT if they don’t exist; for
some reason, it does not define PLAT when running the tests from a checkout (so
no regrtest warning) but does when running from an installed Python.

Cleaning up the envvar in test_dist fixes the warning on my machine, but I
suspect that a test runner using a different order to run files or running them
in parallel may have PLAT defined in its environment because of another test.
Quite a lot of code ends up calling check_environ; maybe we should just clean
up PLAT in every test.  For now I’m doing this simple fix, we’ll see if we get
bug reports.
2011-06-10 04:29:43 +02:00
..
command Fix sdist to always include setup.cfg (#11092), to comply with the spec 2011-06-06 21:55:43 +02:00
compiler Use list constructor or built-in method instead of copy module 2011-06-04 18:45:40 +02:00
pypi Style change in packaging: use “not in” over “not x in”. 2011-06-08 04:47:13 +02:00
tests Clean up extra environment variable after packaging tests. 2011-06-10 04:29:43 +02:00
__init__.py
_trove.py
compat.py
config.py
create.py Style change in packaging: use “not in” over “not x in”. 2011-06-08 04:47:13 +02:00
database.py Style change in packaging: use “not in” over “not x in”. 2011-06-08 04:47:13 +02:00
depgraph.py Style change in packaging: use “not in” over “not x in”. 2011-06-08 04:47:13 +02:00
dist.py Packaging cleanup: normalize print calls. 2011-06-08 04:10:57 +02:00
errors.py
fancy_getopt.py Re-apply distutils2 changes lost before the merge of packaging. 2011-05-31 18:04:32 +02:00
install.py Packaging: use repr to display projects name (3ebabfbf6fe3 followup) 2011-06-10 03:10:53 +02:00
manifest.py
markers.py
metadata.py displaying the faulty project name is a good idea 2011-05-30 12:25:38 +02:00
run.py Packaging cleanup: normalize print calls. 2011-06-08 04:10:57 +02:00
util.py Packaging cleanup: normalize print calls. 2011-06-08 04:10:57 +02:00
version.py