summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Switch from tox to nox (#8651)Alex Gaynor2023-04-021-85/+0
* drop python 3.6 support (#8448)Paul Kehrer2023-03-241-2/+2
* Ressurect the PoC of OpenSSL from Rust (#7164)Alex Gaynor2023-03-151-1/+1
* add pytest flag to show percentage at all times (#8474)Paul Kehrer2023-03-091-0/+1
* faster linkcheck and rust jobs (#8442)Paul Kehrer2023-03-041-0/+3
* fix CI with tox 4.4.4 (#8184)Alex Gaynor2023-01-311-0/+1
* pass CARGO_REGISTRIES_CRATES_IO_PROTOCOL through tox (#8173)Alex Gaynor2023-01-311-0/+1
* make tox verbose on install again for tox4+ (#8155)Paul Kehrer2023-01-291-0/+2
* Pin python dev dependencies in CI with a pip constraints file (#7962)Alex Gaynor2023-01-031-7/+3
* Type annotate release.py (#7951)Alex Gaynor2023-01-021-1/+2
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-211-1/+1
* fixes for tox4 (#7887)Paul Kehrer2022-12-081-1/+16
* centos9 with OPENSSL_ENABLE_SHA1_SIGNATURES (#7688)Paul Kehrer2022-10-101-1/+1
* support compilation against openssl 3 with no legacy provider (#7650)Paul Kehrer2022-09-261-1/+1
* PoC for making key serialization more configurable (#7520)Alex Gaynor2022-08-221-0/+1
* remove old clippy allow, add new clippy allow (for rustc 1.63) (#7496)Alex Gaynor2022-08-111-4/+1
* Added RUSTUP_TOOLCHAIN to tox passenv (#7387)Alex Gaynor2022-07-031-1/+1
* silence a new clippy warning from rust 1.62 for now (#7384)Alex Gaynor2022-07-011-1/+4
* Move the flake8 config out of tox.ini (#7296)Alex Gaynor2022-05-311-6/+0
* Remove vestiges of doc8 (#7233)Alex Gaynor2022-05-181-3/+0
* fancier tox configs for no coverage (#7166)Paul Kehrer2022-04-301-23/+2
* disable coverage on py311 for now (#7165)Paul Kehrer2022-04-301-0/+6
* Run 3.11-dev a bunch to see if it still crashes (#6847)Alex Gaynor2022-02-081-7/+0
* Don't test with coverage on py311 due to segfaults (#6743)Alex Gaynor2021-12-231-0/+7
* Remove two passenvs that aren't relevant any longer (#6693)Alex Gaynor2021-12-121-1/+1
* add macos arm64 self-hosted CI (#6672)Paul Kehrer2021-12-031-0/+8
* Make --capture=no and --strict-markers enabled by default for pytest (#6598)Alex Gaynor2021-11-131-2/+2
* Simplify how we test boring, in a way that'll be extensible to the future (#6...Alex Gaynor2021-11-101-7/+0
* try to make the coverage handling of this better (#6574)Alex Gaynor2021-11-101-1/+3
* Begin building with BoringSSL in our CI, no tests yet (#6554)Alex Gaynor2021-11-071-0/+5
* Revert "don't use wheels for coverage to work around musllinux perf issues (#...Alex Gaynor2021-11-041-2/+0
* deprecate backend part 5 of n (#6523)Paul Kehrer2021-11-031-1/+0
* don't use wheels for coverage to work around musllinux perf issues (#6511)Paul Kehrer2021-10-311-0/+2
* Point pytest specifically at the tests/ dir (#6498)Alex Gaynor2021-10-301-2/+2
* remove envlist from tox (#6374)Paul Kehrer2021-10-041-1/+0
* Silence overly zealous flake8 warning (#6163)Alex Gaynor2021-07-081-1/+1
* fix mypy build for latest release (#6099)Alex Gaynor2021-06-081-0/+1
* Port X.509 test parser to Rust (#5979)Alex Gaynor2021-04-211-1/+1
* Attempt to capture rust coverage and sent it to codecov (#5970)Alex Gaynor2021-04-141-1/+1
* Disable coverage on pypy again (#5944)Alex Gaynor2021-03-301-0/+8
* passenv CARGO_TARGET_DIR (#5943)Alex Gaynor2021-03-301-1/+1
* Attempt to fix the cargo cache (#5942)Alex Gaynor2021-03-301-1/+1
* Convert unpadding code to Rust (#5668)Alex Gaynor2021-02-211-0/+1
* Strict is deprecated (#5846)Paul Kehrer2021-02-181-1/+1
* Remove setuptools_rust from install requirement (#5779)Christian Heimes2021-02-081-0/+1
* enable mypy over tests (#5721)Paul Kehrer2021-01-311-1/+1
* merge pep8, mypy, and packaging jobs into one flake job (#5723)Paul Kehrer2021-01-311-15/+6
* type updates from turning on unchecked-defs on tests (#5720)Paul Kehrer2021-01-311-1/+1
* Attempt to run mypy over tests and vectors (#5716)Alex Gaynor2021-01-301-1/+2
* Introduce the most very basic mypy type checking (#5706)Alex Gaynor2021-01-281-0/+9