<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests/conftest.py, branch nedbat/bug888</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>Adjust other env.PYPY tests to the latest way</title>
<updated>2019-12-31T16:58:08+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-12-31T16:23:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=957e6a6f17a9eb8eea51be972052fcd98ff7a2fd'/>
<id>957e6a6f17a9eb8eea51be972052fcd98ff7a2fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use pylint 2.x</title>
<updated>2019-05-13T12:34:15+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-05-12T20:29:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=d61d50fbabf810f8415bb9c3fe9d543ace019b66'/>
<id>d61d50fbabf810f8415bb9c3fe9d543ace019b66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence a DeprecationWarning</title>
<updated>2019-05-09T21:37:15+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-05-09T21:37:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c4f538a5e165d67146c0c05154ed35d735b85015'/>
<id>c4f538a5e165d67146c0c05154ed35d735b85015</id>
<content type='text'>
"DeprecationWarning: Use inspect.signature() instead of inspect.getfullargspec()"

This started appearing with Python 3.8a4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"DeprecationWarning: Use inspect.signature() instead of inspect.getfullargspec()"

This started appearing with Python 3.8a4.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move set_env.py to github.com/nedbat/odds</title>
<updated>2019-04-07T12:26:23+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-04-07T12:26:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=f59c0cdd36cf609b47016ccef2695cdd3acfe03f'/>
<id>f59c0cdd36cf609b47016ccef2695cdd3acfe03f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress another warning</title>
<updated>2018-12-23T18:07:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-12-23T18:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=ce9194abe4c369c455cca9f1d88c25b70db031e6'/>
<id>ce9194abe4c369c455cca9f1d88c25b70db031e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Control the sys.path that tests see</title>
<updated>2018-11-25T20:11:54+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-11-24T20:12:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=20998572517413d52e4ca63a79d5a790578d19cb'/>
<id>20998572517413d52e4ca63a79d5a790578d19cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for import order</title>
<updated>2018-09-13T13:42:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-09-13T13:42:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=189504112784fbafc68ee0757754e8806573d279'/>
<id>189504112784fbafc68ee0757754e8806573d279</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Quiet a pylint warning</title>
<updated>2018-06-30T14:30:44+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-06-30T14:30:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=6cc7075c3db4ec6070c28b145d72c00e3a8a38df'/>
<id>6cc7075c3db4ec6070c28b145d72c00e3a8a38df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ResourceWarning isn't in py2?</title>
<updated>2018-06-30T02:29:15+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-06-30T02:29:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=ef21d19ca4fe3fc0c88a1135721f2dfbc60506f3'/>
<id>ef21d19ca4fe3fc0c88a1135721f2dfbc60506f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress needless warnings during tests</title>
<updated>2018-06-30T02:07:46+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-06-30T02:07:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=9e783c683cf2013730a84c6f5e2e7f4439d7a352'/>
<id>9e783c683cf2013730a84c6f5e2e7f4439d7a352</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
