Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-25 | openpgp: Reimplement WKD support via requests | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2020-08-25 | Stop pretending to test py<3.6 | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2020-08-25 | tox.ini: pypy3 shouldn't need pyblake2 anymore | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2020-08-25 | Stop testing Python 2 | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2020-08-18 | tox.ini: Use twine for uploading | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2020-05-28 | Enable testing on py3.9 | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2020-05-15 | tox: Switch to pytest-cov, coverage runner is broken | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2020-05-15 | tox: Skip missing interpreters | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2020-05-14 | tox: Add codecov upload env | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2020-05-14 | tox: Enable testing on py38 | Michał Górny | |
Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2019-10-18 | tox: Remove nodeps case, it is no longer useful | Michał Górny | |
Now that the default layout requires BLAKE2B, there's no point in testing gemato without it. Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2019-10-18 | tox: Install pyblake2 for pypy3 & incompatible-lzma scenarios | Michał Górny | |
pyblake2 was excluded from pypy3 because it failed to build. However, upstream has fixed the immediate issue. pysha3 is still broken, though. Include it for incompatible-lzma as well in order to solve test failures due to modern layout requiring BLAKE2B. Signed-off-by: Michał Górny <mgorny@gentoo.org> | |||
2018-08-02 | tox: Enable testing py37 by default | Michał Górny | |
2018-07-16 | tox: Use pytest-xdist for concurrent testing | Michał Górny | |
2018-07-16 | tox: Use pytest to run tests | Michał Górny | |
2018-07-16 | tox: Simplify dependency specifications | Michał Górny | |
2018-02-03 | tox: Fix collecting coverage for multiprocessing | Michał Górny | |
2018-01-04 | tox: backports.lzma 0.0.9 is broken on pypy | Michał Górny | |
2018-01-03 | compression: Prevent using incompatible 'lzma' module from pyliblzma | Michał Górny | |
Try importing the 'lzma' module only in Python 3.3+, that is versions known to have it built-in. This way, we can prevent accidentally importing incompatible module using the same name, e.g. pyliblzma. Bug: https://bugs.gentoo.org/643254 | |||
2017-12-03 | Support building wheels | Michał Górny | |
2017-10-25 | tox: Add an extra environment with minimal set of deps | Michał Górny | |
2017-10-25 | Provide compression abstraction | Michał Górny | |
2017-10-25 | tox: Generate coverage report while at it | Michał Górny | |
2017-10-24 | tox: Skip unnecessary sdist | Michał Górny | |
2017-10-24 | tox: Include pyflakes run | Michał Górny | |
2017-10-22 | tox.ini: Combine coverage results | Michał Górny | |
2017-10-22 | tox.ini: Run coverage in parallel-friendly mode | Michał Górny | |
2017-10-22 | tox: Enable collecting code coverage | Michał Górny | |
2017-10-22 | hash: Support pyblake2 & pysha3 fallbacks | Michał Górny | |
2017-10-22 | Initial checkout, with a basic hash backend | Michał Górny | |