<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/buildstream.git/setup.cfg, branch fetch-committers</title>
<subtitle>gitlab.com: buildstream/buildstream.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/'/>
<entry>
<title>Move source from 'buildstream' to 'src/buildstream'</title>
<updated>2019-05-21T11:41:18+00:00</updated>
<author>
<name>Chandan Singh</name>
<email>csingh43@bloomberg.net</email>
</author>
<published>2019-04-24T21:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=070d053e5cc47e572e9f9e647315082bd7a15c63'/>
<id>070d053e5cc47e572e9f9e647315082bd7a15c63</id>
<content type='text'>
This was discussed in #1008.

Fixes #1009.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was discussed in #1008.

Fixes #1009.
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.cfg: Override/relocate XDG_ environment variables when running tests</title>
<updated>2019-03-20T07:13:39+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2019-03-20T07:00:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=ecce1bff5d69e34ec2da95e836d60fcbc4b458bc'/>
<id>ecce1bff5d69e34ec2da95e836d60fcbc4b458bc</id>
<content type='text'>
This fixes #966
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes #966
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.cfg, tox.ini: Moved coverage support to the tox.ini level</title>
<updated>2019-03-04T11:24:23+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2019-02-27T14:12:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=eb6d169033c73b80b943c281c6002761146f2393'/>
<id>eb6d169033c73b80b943c281c6002761146f2393</id>
<content type='text'>
This disables any attempt to use coverage when running tests
directly against installed dependencies with setup.py.

This fixes #916
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This disables any attempt to use coverage when running tests
directly against installed dependencies with setup.py.

This fixes #916
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.cfg: exclude .eggs/**, build/** and tmp/** from pycodestyle linting</title>
<updated>2019-02-19T16:01:16+00:00</updated>
<author>
<name>Dor Askayo</name>
<email>dor.askayo@gmail.com</email>
</author>
<published>2019-01-28T23:06:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=3df140b2bd4bff68cabc33837390d1b7e97761ca'/>
<id>3df140b2bd4bff68cabc33837390d1b7e97761ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.cfg: Don't lint by default through setup.py test invocations</title>
<updated>2019-01-03T20:55:00+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2019-01-03T20:46:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=3c9d592d2367be753f48957d88cc32cacb30e650'/>
<id>3c9d592d2367be753f48957d88cc32cacb30e650</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.cfg: Specify the pycodestyle configurations separately from pytest configuration</title>
<updated>2019-01-03T20:55:00+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2019-01-03T20:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=7850e4e291cb87e150cfbe29ad85e0b011974f38'/>
<id>7850e4e291cb87e150cfbe29ad85e0b011974f38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use pycodestyle instead of pep8</title>
<updated>2019-01-02T16:59:41+00:00</updated>
<author>
<name>Javier Jardón</name>
<email>jjardon@gnome.org</email>
</author>
<published>2018-08-10T22:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=bd60e8a91d7164d459f471d4ebbc952abad7c76b'/>
<id>bd60e8a91d7164d459f471d4ebbc952abad7c76b</id>
<content type='text'>
pep8 package was renamed to pycodestyle to reduce confusion.

Disabled warnings:
W504 - Line break after binary operator (seems people like this)
W605 - Invalid escape sequence (some of our regexes use these)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pep8 package was renamed to pycodestyle to reduce confusion.

Disabled warnings:
W504 - Line break after binary operator (seems people like this)
W605 - Invalid escape sequence (some of our regexes use these)
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.cfg: Show timing of the 20 slowest tests</title>
<updated>2018-08-24T12:20:05+00:00</updated>
<author>
<name>Josh Smith</name>
<email>joshsmith@codethink.co.uk</email>
</author>
<published>2018-08-23T20:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=f4745600d06263e359ba94f752adeb1db257484e'/>
<id>f4745600d06263e359ba94f752adeb1db257484e</id>
<content type='text'>
This helps identifying what tests are slow or if the CI got stuck on
some of them
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This helps identifying what tests are slow or if the CI got stuck on
some of them
</pre>
</div>
</content>
</entry>
<entry>
<title>Search for tags with the *.*.* patten for version</title>
<updated>2018-08-22T08:05:28+00:00</updated>
<author>
<name>William Salmon</name>
<email>will.salmon@codethink.co.uk</email>
</author>
<published>2018-08-03T14:16:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=e15f5fa339242f6402836b0fb73074ff370401ba'/>
<id>e15f5fa339242f6402836b0fb73074ff370401ba</id>
<content type='text'>
This has been done in a way that I hope might be able to be upstreamed
in to versioneer. This is not garanteed but it would be good if it
could be.

Please see https://github.com/warner/python-versioneer/pull/186 and
https://github.com/wsalmonct/python-versioneer/tree/feature/regexTags
for further details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has been done in a way that I hope might be able to be upstreamed
in to versioneer. This is not garanteed but it would be good if it
could be.

Please see https://github.com/warner/python-versioneer/pull/186 and
https://github.com/wsalmonct/python-versioneer/tree/feature/regexTags
for further details.
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.cfg: Add tests/integration/project to norecursedirs</title>
<updated>2018-08-20T10:19:03+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2018-08-20T10:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=c15cb95155d9a17bfb1a4f453fae917d2d8d2dee'/>
<id>c15cb95155d9a17bfb1a4f453fae917d2d8d2dee</id>
<content type='text'>
This is causing pytest to try to import the recently added app1.py
from the pip related tests. This fails because it's not meant to be
imported outside of the sandbox environment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is causing pytest to try to import the recently added app1.py
from the pip related tests. This fails because it's not meant to be
imported outside of the sandbox environment.
</pre>
</div>
</content>
</entry>
</feed>
