<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/tests, branch dependabot/github_actions/actions/setup-python-v2.2.1</title>
<subtitle>github.com: pyca/cryptography.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/'/>
<entry>
<title>Remove last large usage of parametrize with vectors (#5652)</title>
<updated>2020-12-18T01:06:11+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-12-18T01:06:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=0e9ee795db8d01df69e595e2985884fc1d689784'/>
<id>0e9ee795db8d01df69e595e2985884fc1d689784</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>xdist experiment (#5621)</title>
<updated>2020-12-10T21:51:05+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-12-10T21:51:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=137b432da0b47c308b238926f2495c893cbb08b7'/>
<id>137b432da0b47c308b238926f2495c893cbb08b7</id>
<content type='text'>
* switch to xdist in tox for faster runs

* not using auto to avoid too many processes on local laptops
* we need to use pytest-cov to generate coverage properly now

* these env vars aren't present on no coverage builds

* tox changes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* switch to xdist in tox for faster runs

* not using auto to avoid too many processes on local laptops
* we need to use pytest-cov to generate coverage properly now

* these env vars aren't present on no coverage builds

* tox changes</pre>
</div>
</content>
</entry>
<entry>
<title>Convert a few more high cardinality tests to use subtests (#5632)</title>
<updated>2020-12-10T20:12:40+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-12-10T20:12:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=6e50cf3f93f7da02ea981da4efcc977057e2920f'/>
<id>6e50cf3f93f7da02ea981da4efcc977057e2920f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>we already do this check in other places (#5624)</title>
<updated>2020-12-10T00:01:48+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-12-10T00:01:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=7d34b55c3a3798d83819a3a845e590d234ad0728'/>
<id>7d34b55c3a3798d83819a3a845e590d234ad0728</id>
<content type='text'>
* we already do this check in other places

This test is *incredibly* expensive and we already do roundtrips like
this on other DH groups. To make this test less expensive and also more
accurate to its name we now verify that the parameters on the generated
key match

* empty commit

the most important CI feature</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* we already do this check in other places

This test is *incredibly* expensive and we already do roundtrips like
this on other DH groups. To make this test less expensive and also more
accurate to its name we now verify that the parameters on the generated
key match

* empty commit

the most important CI feature</pre>
</div>
</content>
</entry>
<entry>
<title>More test speedups via subtest + removal rather than skipping (#5617)</title>
<updated>2020-12-09T20:34:33+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-12-09T20:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=d6274d695e01de7c6ce073ce1d0899992090621e'/>
<id>d6274d695e01de7c6ce073ce1d0899992090621e</id>
<content type='text'>
* subtests ec

* continue instead of return

* indentation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* subtests ec

* continue instead of return

* indentation</pre>
</div>
</content>
</entry>
<entry>
<title>Remove AES GCM &lt; 64-bit IV tests instead of skipping (#5620)</title>
<updated>2020-12-09T17:45:31+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-12-09T17:45:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=c6c329f60d7bc2c4630951a20da9ee9422642127'/>
<id>c6c329f60d7bc2c4630951a20da9ee9422642127</id>
<content type='text'>
* remove AES tests we will always skip

* constrain &lt;64-bit IV vector removal to just GCM

* apparently this is only used by GCM</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* remove AES tests we will always skip

* constrain &lt;64-bit IV vector removal to just GCM

* apparently this is only used by GCM</pre>
</div>
</content>
</entry>
<entry>
<title>subtest-ify keywrap (#5619)</title>
<updated>2020-12-09T17:03:12+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-12-09T17:03:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=09c867fc4d6e8039d6cd130a1649ca5086d6b008'/>
<id>09c867fc4d6e8039d6cd130a1649ca5086d6b008</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use subtests in aead (#5618)</title>
<updated>2020-12-09T16:58:29+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2020-12-09T16:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=faa8736164b5f977ae87d2e5941ee91324fbe95f'/>
<id>faa8736164b5f977ae87d2e5941ee91324fbe95f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes #5611 -- use subtests for wycheproof tests for speed (#5616)</title>
<updated>2020-12-09T16:04:47+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-12-09T16:04:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=057a9fcf3444c0edf2b7589902d976c44030b2e1'/>
<id>057a9fcf3444c0edf2b7589902d976c44030b2e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Complete removal of py2 (#5533)</title>
<updated>2020-12-09T15:13:48+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-12-09T15:13:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=e66db8079d3fbd0110e87ece1fd48f4bfd9e48b9'/>
<id>e66db8079d3fbd0110e87ece1fd48f4bfd9e48b9</id>
<content type='text'>
* Drop Python 2

* Black everything</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Drop Python 2

* Black everything</pre>
</div>
</content>
</entry>
</feed>
