<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/testing/cffi0/test_zintegration.py, branch adapt-tests-for-python3.11</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>fix setuptools tests for macos</title>
<updated>2021-09-04T00:03:05+00:00</updated>
<author>
<name>Matt Davis</name>
<email>mrd@redhat.com</email>
</author>
<published>2021-09-04T00:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=808edcadfa4a33f25c746c4a8e0e3da622a744d2'/>
<id>808edcadfa4a33f25c746c4a8e0e3da622a744d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modernize this, because very recent pytests crash when seeing the</title>
<updated>2019-04-19T15:55:35+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2019-04-19T15:55:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=10bfbf281e255a3e74ef7ce607552fc90fa703da'/>
<id>10bfbf281e255a3e74ef7ce607552fc90fa703da</id>
<content type='text'>
old way
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
old way
</pre>
</div>
</content>
</entry>
<entry>
<title>We're interested in --with-pydebug not -d</title>
<updated>2016-12-29T23:05:36+00:00</updated>
<author>
<name>Stefano Rivera</name>
<email>stefano@rivera.za.net</email>
</author>
<published>2016-12-29T23:05:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=3311f3466911bebeba151f2c54ce78e2f771e4b6'/>
<id>3311f3466911bebeba151f2c54ce78e2f771e4b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip test if setuptools cannot be imported</title>
<updated>2016-09-04T11:37:03+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-09-04T11:37:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=dfbbba5a2841fd97e323b7ea23f3941f913e5c80'/>
<id>dfbbba5a2841fd97e323b7ea23f3941f913e5c80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test</title>
<updated>2016-09-03T09:02:13+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-09-03T09:02:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=676df0e0270f1b10a35920acd13456c88b477305'/>
<id>676df0e0270f1b10a35920acd13456c88b477305</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the extra checks, which should be unnecessary and possibly cause</title>
<updated>2016-08-22T15:26:43+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-08-22T15:26:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=e1b333b53770132028c13d2b57dfb177a6f0cca8'/>
<id>e1b333b53770132028c13d2b57dfb177a6f0cca8</id>
<content type='text'>
more confusion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
more confusion.
</pre>
</div>
</content>
</entry>
<entry>
<title>use py_limited_api flag when available.</title>
<updated>2016-08-21T22:53:51+00:00</updated>
<author>
<name>Daniel Holth</name>
<email>dholth@fastmail.fm</email>
</author>
<published>2016-08-21T22:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=024968a60f625413482ee698eb6e1e01ee2d7ccf'/>
<id>024968a60f625413482ee698eb6e1e01ee2d7ccf</id>
<content type='text'>
In setuptools&gt;=26, Extension(..., py_limited_api=True) sets the .abi3.so
filename, readable by Python 3.2+.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In setuptools&gt;=26, Extension(..., py_limited_api=True) sets the .abi3.so
filename, readable by Python 3.2+.
</pre>
</div>
</content>
</entry>
<entry>
<title>For now, don't add --never-download.  It causes failures on random machines.</title>
<updated>2016-03-02T13:02:40+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-03-02T13:02:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=cf7c56209b5a6b189a0be3612a02662dba73f62f'/>
<id>cf7c56209b5a6b189a0be3612a02662dba73f62f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Recent releases of virtualenv default to downloading new pip, etc. We don't need to do that</title>
<updated>2016-02-18T00:33:01+00:00</updated>
<author>
<name>Stefano Rivera</name>
<email>stefano@rivera.za.net</email>
</author>
<published>2016-02-18T00:33:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=45875d24496406df79a0c713625b4a4041b108b0'/>
<id>45875d24496406df79a0c713625b4a4041b108b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>distribute folded back into setuptools a while ago. This option has no effect any more</title>
<updated>2016-02-18T00:28:04+00:00</updated>
<author>
<name>Stefano Rivera</name>
<email>stefano@rivera.za.net</email>
</author>
<published>2016-02-18T00:28:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d183ab9e11d5c90b338e77edb23dabb17acdcff0'/>
<id>d183ab9e11d5c90b338e77edb23dabb17acdcff0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
