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

2015-06-28 Thread Robert Collins
Hi, so we're nearly ready to deprecate the python-version-specific requirements files. Once we have infra's requirements cross checking jobs all copacetic again, we should be able to move forward. There isn't a specific spec for this in pbr, and I wanted to get some broad input into the manner of

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

2015-06-29 Thread Doug Hellmann
Excerpts from Robert Collins's message of 2015-06-29 15:59:12 +1200: > Hi, so we're nearly ready to deprecate the python-version-specific > requirements files. Once we have infra's requirements cross checking > jobs all copacetic again, we should be able to move forward. > > There isn't a specific

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

2015-07-01 Thread Robert Collins
On 29 June 2015 at 23:56, Doug Hellmann wrote: >> I think we should do three things: >> - error if universal builds are requested and python versioned >> requirements files are present. > That may break some of the Oslo stable libs, since not all of them were > ready for Python 3 last cycle, a

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

2015-07-02 Thread Dave Walker
On 29 June 2015 at 04:59, Robert Collins wrote: > Hi, so we're nearly ready to deprecate the python-version-specific > requirements files. Once we have infra's requirements cross checking > jobs all copacetic again, we should be able to move forward. > > There isn't a specific spec for this in pbr

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

2015-07-02 Thread Matthew Treinish
On Thu, Jul 02, 2015 at 09:22:03PM +0100, Dave Walker wrote: > On 29 June 2015 at 04:59, Robert Collins wrote: > > Hi, so we're nearly ready to deprecate the python-version-specific > > requirements files. Once we have infra's requirements cross checking > > jobs all copacetic again, we should be

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

2015-07-02 Thread Jeremy Stanley
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 s

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

2015-07-02 Thread Robert Collins
On 3 July 2015 at 08:22, Dave Walker wrote: > On 29 June 2015 at 04:59, Robert Collins wrote: >> Hi, so we're nearly ready to deprecate the python-version-specific >> requirements files. Once we have infra's requirements cross checking >> jobs all copacetic again, we should be able to move forwar