<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/testing/cffi0/test_function.py, branch py.test</title>
<subtitle>foss.heptapod.net: pypy/cffi
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/'/>
<entry>
<title>Replace py.test usage with pytest, explicitly require py for tests</title>
<updated>2022-11-11T13:51:14+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2022-11-11T13:51:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=babc98d98570b5dbb85fb1c58b012aafa9769696'/>
<id>babc98d98570b5dbb85fb1c58b012aafa9769696</id>
<content type='text'>
pytest 7.2+ no longer depends on py. It ships py.path and py.error only.
See https://docs.pytest.org/en/7.2.x/changelog.html#deprecations

The tests use py.code as well, hence we declare and document a test dependency on py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pytest 7.2+ no longer depends on py. It ships py.path and py.error only.
See https://docs.pytest.org/en/7.2.x/changelog.html#deprecations

The tests use py.code as well, hence we declare and document a test dependency on py.
</pre>
</div>
</content>
</entry>
<entry>
<title>musllinux test updates and wheels, py3.11 beta wheels</title>
<updated>2022-06-29T21:14:10+00:00</updated>
<author>
<name>Matt Davis</name>
<email>mrd@redhat.com</email>
</author>
<published>2022-06-29T21:14:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=eaa9538f4130d7953297e1926ec4c08bd6c8d9f0'/>
<id>eaa9538f4130d7953297e1926ec4c08bd6c8d9f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix tests for py.test running on CPython v3.10.0b3</title>
<updated>2021-06-20T18:31:53+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2021-06-20T18:31:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=1d2de7dc29904d571069b947d3ec0d5b5dbed19c'/>
<id>1d2de7dc29904d571069b947d3ec0d5b5dbed19c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extra tests for using a 3-bytes struct as a return type</title>
<updated>2020-07-18T21:56:43+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2020-07-18T21:56:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=ac54caf4440e0a09ce1aa7935bee71512c7ca329'/>
<id>ac54caf4440e0a09ce1aa7935bee71512c7ca329</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #440</title>
<updated>2020-01-19T09:23:34+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2020-01-19T09:23:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=4840f2bf291dfa58af123768a66b1a49e3af31a4'/>
<id>4840f2bf291dfa58af123768a66b1a49e3af31a4</id>
<content type='text'>
Limit the amount of memory that is requested from alloca()
for temporary conversion of arguments.  Non-small requests are
instead handled with PyObject_Malloc() and PyObject_Free().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Limit the amount of memory that is requested from alloca()
for temporary conversion of arguments.  Non-small requests are
instead handled with PyObject_Malloc() and PyObject_Free().
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a warning when we use in cdef() a global variable without also specifying a storage class (extern or static)</title>
<updated>2019-10-14T07:16:01+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2019-10-14T07:16:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=2e1c8e4f059b1ae7cc06a1f45f40bbbf9d08f5d0'/>
<id>2e1c8e4f059b1ae7cc06a1f45f40bbbf9d08f5d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix deprecated uses of pytest.raises()</title>
<updated>2019-03-12T16:28:38+00:00</updated>
<author>
<name>Ronan Lamy</name>
<email>ronan.lamy@gmail.com</email>
</author>
<published>2019-03-12T16:28:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=ba89d5683e8594883e9c2114b2a8d7eebc48a595'/>
<id>ba89d5683e8594883e9c2114b2a8d7eebc48a595</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>py3 fix</title>
<updated>2019-01-28T23:14:14+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2019-01-28T23:14:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=066d08b1d10e10ec216733a303d1e27028c054a4'/>
<id>066d08b1d10e10ec216733a303d1e27028c054a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backed out changeset 7a76a3815340</title>
<updated>2019-01-28T23:12:54+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2019-01-28T23:12:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=805ceac098c2ae5f3b6792623c4a4ec7d204f983'/>
<id>805ceac098c2ae5f3b6792623c4a4ec7d204f983</id>
<content type='text'>
On Windows, there is no lround() or (as far as I can find) any math
function returning an integer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Windows, there is no lround() or (as far as I can find) any math
function returning an integer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #382</title>
<updated>2018-09-04T19:11:54+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2018-09-04T19:11:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=01408ed73c4fb7112e17355d46068a5bc3e420ed'/>
<id>01408ed73c4fb7112e17355d46068a5bc3e420ed</id>
<content type='text'>
Second fix attempt, thanks Adam
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Second fix attempt, thanks Adam
</pre>
</div>
</content>
</entry>
</feed>
