<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/pytest.ini, branch dependabot/pip/gitpython-3.1.14</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>TST: ignore pytest warning</title>
<updated>2020-12-14T09:42:24+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-12-14T09:42:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bdb67012974c6da18fb00066e81ff903265b95fb'/>
<id>bdb67012974c6da18fb00066e81ff903265b95fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix a compile and a test warning</title>
<updated>2020-08-09T07:58:49+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-08-09T07:58:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=cbd0897a89064f78fb142d4c6c44d75e761133ab'/>
<id>cbd0897a89064f78fb142d4c6c44d75e761133ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DEP: deprecate importing numpy/matrixlib.py</title>
<updated>2020-01-23T23:14:59+00:00</updated>
<author>
<name>Seth Troisi</name>
<email>sethtroisi@google.com</email>
</author>
<published>2020-01-23T05:54:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=581f1664cc24290f1257484cf2ce4df296adfb20'/>
<id>581f1664cc24290f1257484cf2ce4df296adfb20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove python3 deprecationwarnings in pytest.ini (#15399)</title>
<updated>2020-01-23T09:21:09+00:00</updated>
<author>
<name>Seth Troisi</name>
<email>sethtroisi@google.com</email>
</author>
<published>2020-01-23T09:21:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1279616f48cffd55de0b1dd53f86a23e170701ed'/>
<id>1279616f48cffd55de0b1dd53f86a23e170701ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove python2 array_getslice and array_setslice (#15263)</title>
<updated>2020-01-07T10:44:45+00:00</updated>
<author>
<name>Seth Troisi</name>
<email>sethtroisi@google.com</email>
</author>
<published>2020-01-07T10:44:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ebd2def8783aedf4417135c09246b7cc26136f69'/>
<id>ebd2def8783aedf4417135c09246b7cc26136f69</id>
<content type='text'>
These implemented the __getslice__ and __setslice__ methods in Python 2, which no longer exist in Python 3.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These implemented the __getslice__ and __setslice__ methods in Python 2, which no longer exist in Python 3.</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove references to non-existent sys.exc_clear()</title>
<updated>2020-01-05T15:45:28+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-01-04T22:27:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d6903eccf60dc99db121df877f5d28f275f0bece'/>
<id>d6903eccf60dc99db121df877f5d28f275f0bece</id>
<content type='text'>
sys.exc_clear() was removed in Python 3. All internal uses can be
removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sys.exc_clear() was removed in Python 3. All internal uses can be
removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: add value to pytest.ini for pytest6 compatibility</title>
<updated>2019-12-10T07:46:41+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-12-10T07:46:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7914ad1763b066ff7cc42d00f7eecaf5b49011e7'/>
<id>7914ad1763b066ff7cc42d00f7eecaf5b49011e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Register markers in conftest.py.</title>
<updated>2019-05-13T19:48:22+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2019-05-13T19:13:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=81fe94de6e2261ba75c65233ba8dfbae7180640d'/>
<id>81fe94de6e2261ba75c65233ba8dfbae7180640d</id>
<content type='text'>
Register the markers 'slow' and 'valgrind' in the `conftest.py` file
instead of `pytest.ini` as the latter file is not always present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Register the markers 'slow' and 'valgrind' in the `conftest.py` file
instead of `pytest.ini` as the latter file is not always present.
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: Make CI pass again with pytest 4.5</title>
<updated>2019-05-11T22:37:58+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2019-05-11T22:37:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=96a40bd197fb73a89239b8eea5fee2891a4433a0'/>
<id>96a40bd197fb73a89239b8eea5fee2891a4433a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST, DOC: enable refguide_check</title>
<updated>2018-12-14T18:14:05+00:00</updated>
<author>
<name>Tyler Reddy</name>
<email>tyler.je.reddy@gmail.com</email>
</author>
<published>2018-11-14T19:36:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=250861059b106371cb232456eeccd6d9e97d8f00'/>
<id>250861059b106371cb232456eeccd6d9e97d8f00</id>
<content type='text'>
* ported the refguide_check module from SciPy for usage
in NumPy docstring execution/ verification; added the
refguide_check run to Azure Mac OS CI

* adjusted NumPy docstrings such that refguide_check passes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ported the refguide_check module from SciPy for usage
in NumPy docstring execution/ verification; added the
refguide_check run to Azure Mac OS CI

* adjusted NumPy docstrings such that refguide_check passes
</pre>
</div>
</content>
</entry>
</feed>
