requirements/openstack_requirements/cmds
Davanum Srinivas 47fdbc1391 Deal with underscores in blacklist during generate-constraints
In change id  I60adf0dca4aa32f4ef6bca61250b375c8a3703c6, we added
flake8_docstrings to the black list. However as seen in
I8bfff1b2e65541959e7f2ae0fa6ca6c17889eb54, the generate-constraints
job ends up proposing adding "flake8-docstrings===0.2.1.post1" to
the upper-constraints.txt. This is because of the '-' vs '_'
difference. So just like in Ibaa22657a2cf2c0ad96dbd0b9bc43cdafe6a1d56,
we need to convert the items in black list to the correct safe name
before trying to check if the item is in the black list.

Change-Id: Ieb1cd44e908b80d58a20bf0d0e1e6b10f17ae95e
2015-11-07 23:00:12 -05:00
..
__init__.py Move commands into cmds subdir. 2015-06-29 15:27:25 +12:00
edit_constraint.py Deal with underscores in names in edit-constraints 2015-09-17 10:12:11 +12:00
generate.py Deal with underscores in blacklist during generate-constraints 2015-11-07 23:00:12 -05:00
update.py Update our handling of pbr. 2015-09-17 10:20:17 +12:00
validate.py Move data validation out of the unit tests and strengthen 2015-08-03 20:45:37 +00:00