<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git/tox.ini, branch ocata-eol</title>
<subtitle>opendev.org: openstack/python-neutronclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/'/>
<entry>
<title>Update UPPER_CONSTRAINTS_FILE for stable/ocata</title>
<updated>2017-01-24T17:33:59+00:00</updated>
<author>
<name>OpenStack Release Bot</name>
<email>infra-root@openstack.org</email>
</author>
<published>2017-01-24T17:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=3efbb024176cb7ef67a97302f24f4a1ef7b7ea41'/>
<id>3efbb024176cb7ef67a97302f24f4a1ef7b7ea41</id>
<content type='text'>
Change-Id: I794e31a5d00df3845dea5b70b2d3886bbc867abd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I794e31a5d00df3845dea5b70b2d3886bbc867abd
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Enable DeprecationWarning in test environments"</title>
<updated>2016-08-30T09:19:54+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-08-30T09:19:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=caf4cb8820e35cd05691ac7fa5553d47a3237b85'/>
<id>caf4cb8820e35cd05691ac7fa5553d47a3237b85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use upper constraints for all jobs in tox.ini</title>
<updated>2016-08-22T09:45:36+00:00</updated>
<author>
<name>AvnishPal</name>
<email>avnish.pal@nectechnologies.in</email>
</author>
<published>2016-08-22T09:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=41701862fd831c333a620c11a46877fb5241b9c8'/>
<id>41701862fd831c333a620c11a46877fb5241b9c8</id>
<content type='text'>
Openstack infra now supports upper constraints for
all jobs. Updated tox.ini to use upper constraints
for all jobs.

Change-Id: I94f57e294a7de91d45c26b1f90caad67b0974718
Closes-Bug: #1614361
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Openstack infra now supports upper constraints for
all jobs. Updated tox.ini to use upper constraints
for all jobs.

Change-Id: I94f57e294a7de91d45c26b1f90caad67b0974718
Closes-Bug: #1614361
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable DeprecationWarning in test environments</title>
<updated>2016-08-17T16:06:38+00:00</updated>
<author>
<name>Henry Gessau</name>
<email>gessau@gmail.com</email>
</author>
<published>2016-08-09T23:03:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=bca532b67492cdfca674aa48f4ae58fa1da37612'/>
<id>bca532b67492cdfca674aa48f4ae58fa1da37612</id>
<content type='text'>
Many deprecations are triggered early (on imports, for example)
before the warnings are enabled by the WarningsFixture in the
base test class.

To make sure all DeprecationWarning messages are emitted we enable
them via the PYTHONWARNINGS environment variable.

Depends-On: Ibeabf474194b2d38273d76117a3a2f3bee5f7286
Change-Id: Iab8171ac0943c774be0d2117ac442f2e153b3c7f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Many deprecations are triggered early (on imports, for example)
before the warnings are enabled by the WarningsFixture in the
base test class.

To make sure all DeprecationWarning messages are emitted we enable
them via the PYTHONWARNINGS environment variable.

Depends-On: Ibeabf474194b2d38273d76117a3a2f3bee5f7286
Change-Id: Iab8171ac0943c774be0d2117ac442f2e153b3c7f
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python 3.5 classifier and venv</title>
<updated>2016-08-03T04:02:42+00:00</updated>
<author>
<name>zheng yin</name>
<email>yin.zheng@easystack.cn</email>
</author>
<published>2016-07-11T21:22:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=9f78b6320d66cad993d8f1783932816dfd588428'/>
<id>9f78b6320d66cad993d8f1783932816dfd588428</id>
<content type='text'>
There is a passing gate job, we can claim support for Python 3.5
in the classifier. This patch also adds the convenience py35 venv.

Change-Id: I595320fb8b8e97951b8d445a14eb4f5a311a151f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a passing gate job, we can claim support for Python 3.5
in the classifier. This patch also adds the convenience py35 venv.

Change-Id: I595320fb8b8e97951b8d445a14eb4f5a311a151f
</pre>
</div>
</content>
</entry>
<entry>
<title>Trivial: ignore openstack/common in flake8 exclude list</title>
<updated>2016-05-28T08:29:39+00:00</updated>
<author>
<name>xiaosheng</name>
<email>xiaosheng.meng@easystack.cn</email>
</author>
<published>2016-05-28T08:29:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=bbb7a88df44bd7a49c04adb13458d5e20f1a51ac'/>
<id>bbb7a88df44bd7a49c04adb13458d5e20f1a51ac</id>
<content type='text'>
The directory openstack/common doesn't exist any more.
So remove it from flake8 exclude list.

Change-Id: I04da2e6b9ed81a82bcee5e0e2510fd451dd2cb07
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The directory openstack/common doesn't exist any more.
So remove it from flake8 exclude list.

Change-Id: I04da2e6b9ed81a82bcee5e0e2510fd451dd2cb07
</pre>
</div>
</content>
</entry>
<entry>
<title>Constraint tox targets with upper-constraints.txt</title>
<updated>2016-05-19T09:49:36+00:00</updated>
<author>
<name>Ihar Hrachyshka</name>
<email>ihrachys@redhat.com</email>
</author>
<published>2016-05-18T08:44:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=78d778cdeccb6a24b7f6fa7e3c2eb0891b633701'/>
<id>78d778cdeccb6a24b7f6fa7e3c2eb0891b633701</id>
<content type='text'>
Client version pin is maintained in upper-constraints.txt file, so we
should replace it in the file with source based specifier before
applying it to pip install, otherwise pip fails with:

Could not satisfy constraints for 'python-neutronclient': installation
from path or url cannot be constrained to a version

Change-Id: I33302cdcab980a42c39dc9ec1e430add459615ff
Closes-Bug: #1583050
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Client version pin is maintained in upper-constraints.txt file, so we
should replace it in the file with source based specifier before
applying it to pip install, otherwise pip fails with:

Could not satisfy constraints for 'python-neutronclient': installation
from path or url cannot be constrained to a version

Change-Id: I33302cdcab980a42c39dc9ec1e430add459615ff
Closes-Bug: #1583050
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Delete python bytecode before every test run"</title>
<updated>2016-01-08T22:31:13+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-01-08T22:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=2fc5ed63a04221e8cf226de3dc5b6b754c0b5c27'/>
<id>2fc5ed63a04221e8cf226de3dc5b6b754c0b5c27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "improve tox -e cover"</title>
<updated>2015-12-30T05:47:47+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-12-30T05:47:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=c8af63d793fccd1cacc4b3a263f329fdfd52de9a'/>
<id>c8af63d793fccd1cacc4b3a263f329fdfd52de9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve tox -e cover</title>
<updated>2015-12-29T19:14:17+00:00</updated>
<author>
<name>Manjeet Singh Bhatia</name>
<email>manjeet.s.bhatia@intel.com</email>
</author>
<published>2015-12-18T19:25:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=177d8a581f1ba3bc8440b66a8ecb7ca6daea6311'/>
<id>177d8a581f1ba3bc8440b66a8ecb7ca6daea6311</id>
<content type='text'>
add coverage report to see test coverage after running tox -e cover.

Change-Id: I9d440f8c2f38893a98a1665009b0bb93ce079edb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add coverage report to see test coverage after running tox -e cover.

Change-Id: I9d440f8c2f38893a98a1665009b0bb93ce079edb
</pre>
</div>
</content>
</entry>
</feed>
