Commit graph

11 commits

Author SHA1 Message Date
Alex Gaynor
a2d4ea3e1a
wycheproof_tests is not longer a fixture (#5886) 2021-03-01 18:39:41 -06:00
Alex Gaynor
245d15b563
Remove requires_backend_interface from tests because it was useless (#5884) 2021-03-01 11:59:24 -06:00
Alex Gaynor
c84d6ee060
Integrate Rust into the build process properly (#5410) 2020-12-22 13:33:47 -06:00
Alex Gaynor
149796628e
put pytest configuration somewhere that goes in the sdist (#5648)
fixes #5646
2020-12-15 08:42:34 -06:00
Alex Gaynor
7d4e567e16
Switch black to py36 as the minimum version (#5608) 2020-12-08 23:40:21 -06:00
Alex Gaynor
1be144acc6
bump cffi minimum version to help out pyopenssl (#5598)
fixes https://github.com/pyca/pyopenssl/issues/971
2020-12-01 13:01:43 -06:00
Alex Gaynor
60aa04481f
Paint it Black by the Rolling Stones (#5324) 2020-07-20 13:06:29 -05:00
Sebastian Jordan
dc7f138ea6 Comply with PEP 508 by using platform_python_implementation (#5006) 2019-10-17 10:32:28 +08:00
Paul Ganssle
0d30f5d5ba Add PEP 517 to pyproject.toml (#4783)
This puts a new minimum on the PEP 518 requirement for `setuptools`
because older versions of setuptools' PEP 517 backend will fail to
include `setup.py` in an sdist.
2019-02-28 09:22:18 +08:00
Paul Kehrer
3c68250ad9 allow bytes-like for key/iv/data for symmetric encryption (#4621)
* allow bytearrays for key/iv for symmetric encryption

* bump pypy/cffi requirements

* update docs, fix some tests

* old openssl is naught but pain

* revert a typo

* use trusty for old pypy

* better error msg again

* restore match
2018-12-09 23:13:31 -05:00
Alex Gaynor
2af3d4c51b Fixes #3548 - add a pyproject.toml (#4363) 2018-07-23 13:10:13 -04:00