[openstack-dev] [all]deprecating [test-]requirements-PYN.txt

Jeremy Stanley fungi at yuggoth.org
Thu Jul 2 20:39:55 UTC 2015


On 2015-07-02 21:22:03 +0100 (+0100), Dave Walker wrote:
[...]
> I wondered if you had any ideas on how to solve this for bandit usage,
> and potentially other projects?

Brainstorming here, but I wonder if extras_require[1] would be a good
solution down the road. I.e., having `tox -e bandit` run something
like `pip install .[test_bandit]` in its virtualenv before invoking
bandit.

[1] <URL: https://pythonhosted.org/setuptools/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies >
-- 
Jeremy Stanley



More information about the OpenStack-dev mailing list