aboutsummaryrefslogtreecommitdiff
path: root/noxfile.py
AgeCommit message (Expand)AuthorFilesLines
14 daysAdded a README for vectors, for the benefit of twine check (#11589)Alex Gaynor1-0/+8
2024-08-17Make nox -e local work without uv (#11442)Alex Gaynor1-2/+2
2024-08-08Run Python tests in CI with debug rust builds (#11406)Alex Gaynor1-1/+9
2024-07-20Disable verbosity when installing vectors in local noxfile (#11313)Alex Gaynor1-1/+1
2024-07-20bump for 43.0.0 and update changelog (#11311)43.0.0Paul Kehrer1-9/+4
2024-07-07verification: remove an error variant (#11214)William Woodruff1-0/+1
2024-07-06Special case nox -e local for maturin (#11203)Alex Gaynor1-8/+5
2024-03-23Remove uv-ism that's no longer required in local nox (#10630)Alex Gaynor1-2/+2
2024-03-05Use uv with the local nox session (#10540)Alex Gaynor1-9/+19
2024-03-01Update local nox session for ruff change (#10515)Alex Gaynor1-1/+1
2024-02-29Upgraded version of ruff (#10509)Alex Gaynor1-1/+1
2024-02-17Fix rust warnings when building with BoringSSL (#10408)Alex Gaynor1-1/+1
2024-02-17Don't install cryptography_vectors 2x in local nox (#10406)Alex Gaynor1-1/+5
2024-02-16Install '.' in nox in a way that's uv friendly (#10405)Alex Gaynor1-1/+1
2024-02-11Don't reinstall test deps in local nox session (#10379)Alex Gaynor1-1/+1
2024-01-17Special-case installation of vectors in local nox (#10190)Alex Gaynor1-1/+3
2024-01-14Develop a local nox target (#10173)Alex Gaynor1-3/+65
2023-12-29Run mypy before check-sdist (#10082)Alex Gaynor1-1/+1
2023-12-12Simplify verifying README.rst in CI (#9991)Alex Gaynor1-4/+3
2023-11-01Simplify noxfile interaction with pyproject.toml (#9807)Alex Gaynor1-14/+18
2023-10-27Run check-sdist with --no-isolation (#9791)Alex Gaynor1-1/+4
2023-10-27Avoid building ourselves in the flake job (#9789)Alex Gaynor1-1/+15
2023-10-25Alway use ruff format (#9778)Alex Gaynor1-1/+1
2023-10-05Bump default CI job to 3.12 (#9697)Alex Gaynor1-1/+1
2023-09-10Enforce a requirement to have safety comments (#9573)Alex Gaynor1-3/+11
2023-08-11Try running an extra ruff rule (#9402)Alex Gaynor1-2/+1
2023-08-10Correctly run clippy on sub-crates (#9398)Alex Gaynor1-1/+3
2023-08-04noxfile, docs: fix posargs handling (#9354)William Woodruff1-2/+6
2023-07-01Avoid rebuilding everything just to run rust tests (#9162)Alex Gaynor1-1/+4
2023-05-17Move the remainder of the Rust coverage logic into the noxfile (#8936)Alex Gaynor1-4/+84
2023-05-15Move slightly more of the rust coverage logic into noxfile.py (#8927)Alex Gaynor1-0/+43
2023-05-15Pass --all to cargo test (#8925)Alex Gaynor1-1/+3
2023-04-30Switch from check-manifest to check-sdist (#8846)Alex Gaynor1-1/+1
2023-04-25Don't use setup.py in doc tests (#8820)Alex Gaynor1-1/+1
2023-04-09silence noxfile warnings running cargo (#8688)Alex Gaynor1-3/+3
2023-04-03Several improvements to our noxfile (#8655)Alex Gaynor1-18/+17
2023-04-02Switch from tox to nox (#8651)Alex Gaynor1-0/+147