cpython/Lib/packaging
Éric Araujo 261ccdce48 Minor tweak to packaging tests.
When an option is changed on a command object, calling ensure_finalized
for a second time will not run finalize_options again, because
ensure_finalized is a no-op the second time.  By resetting the finalized
attribute, we can be sure that whatever computation takes place in
finalize_options will happen again.

(In test_command_clean, I removed two lines that were a no-op.)
2011-11-06 10:48:55 +01:00
..
command Undo potentially confusing name change in packaging. 2011-11-06 06:54:05 +01:00
compiler
pypi
tests Minor tweak to packaging tests. 2011-11-06 10:48:55 +01:00
__init__.py
_trove.py
compat.py
config.py
create.py
database.py
depgraph.py
dist.py Undo potentially confusing name change in packaging. 2011-11-06 06:54:05 +01:00
errors.py Improve byte-compilation in packaging to be independent of -O or -B. 2011-11-03 05:08:28 +01:00
fancy_getopt.py
install.py
manifest.py
markers.py
metadata.py
run.py
util.py Improve byte-compilation in packaging to be independent of -O or -B. 2011-11-03 05:08:28 +01:00
version.py