<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/conftest.py, branch v57.3.0</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>🚑 Exclude sphinx conf from pytest auto-discovery</title>
<updated>2020-09-24T20:58:19+00:00</updated>
<author>
<name>Sviatoslav Sydorenko</name>
<email>wk@sydorenko.org.ua</email>
</author>
<published>2020-09-20T19:27:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=bb3072883f761f8537d1fc2b8a33b8cc82c1aa27'/>
<id>bb3072883f761f8537d1fc2b8a33b8cc82c1aa27</id>
<content type='text'>
But only under Python 3.5!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
But only under Python 3.5!
</pre>
</div>
</content>
</entry>
<entry>
<title>Move setuptools-specific excluded folders to collect_ignore to match with jaraco/skeleton.</title>
<updated>2020-09-24T14:49:50+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-09-24T14:29:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=896ef66ff3b167a13a5efb128013d5bd53633a79'/>
<id>896ef66ff3b167a13a5efb128013d5bd53633a79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into feature/plugins-enabled-by-default</title>
<updated>2020-09-14T23:59:33+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-09-14T23:59:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c85addee0793d2331be76b0fc515ec039433ddd3'/>
<id>c85addee0793d2331be76b0fc515ec039433ddd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove legacy warning suppressions and Python 2 ignored collections.</title>
<updated>2020-09-14T23:30:08+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-09-14T23:30:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=2995140fe8fc3d0de9f9fa6fe0d574dc2d9a0ca3'/>
<id>2995140fe8fc3d0de9f9fa6fe0d574dc2d9a0ca3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable flake8 and cov plugins only when installed. Avoid installing in PyPy.</title>
<updated>2020-09-14T23:05:13+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-09-14T23:05:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=f01d2719802d3345332b761fb1c62fa4afd212c9'/>
<id>f01d2719802d3345332b761fb1c62fa4afd212c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename _distutils_importer to _distutils_hack, as it supplies more than just an importer.</title>
<updated>2020-07-26T14:35:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-26T14:35:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=dcc71f773576c19a3658735879893515b056ece5'/>
<id>dcc71f773576c19a3658735879893515b056ece5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidate distutils importing hacks into _distutils_importer package. Generate distutils-precedence.pth inline.</title>
<updated>2020-07-20T01:40:52+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-20T01:36:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=e371422476f51a83d27d70dc45bbfba1544aad55'/>
<id>e371422476f51a83d27d70dc45bbfba1544aad55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2254 from pypa/better-cov</title>
<updated>2020-07-12T16:07:31+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-12T16:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=3319bfa7099d9b668e1560688a07687cdef7fe36'/>
<id>3319bfa7099d9b668e1560688a07687cdef7fe36</id>
<content type='text'>
Programmatically disable coverage when running on PyPy.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Programmatically disable coverage when running on PyPy.</pre>
</div>
</content>
</entry>
<entry>
<title>Programmatically disable coverage when running on PyPy.</title>
<updated>2020-07-12T16:00:28+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-03T06:54:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=9f47efe757762351ec12b4303e747ac0774db991'/>
<id>9f47efe757762351ec12b4303e747ac0774db991</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Omit distutils_patch from test collection.</title>
<updated>2020-07-03T22:12:39+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2020-07-03T22:12:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=d0c71ab32deea2be265a8fcdec020089a8d1d987'/>
<id>d0c71ab32deea2be265a8fcdec020089a8d1d987</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
