diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2021-11-11 17:31:31 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-11 22:31:31 +0000 |
| commit | bf60d3ebba9817ed7a0f05c26f6f9a542bdd669e (patch) | |
| tree | 94df4a4ab0e1628cd277be58b2d4e18969280a4a /.github | |
| parent | 8245d777ba58ac1da357b1a71cc8e33b229060ed (diff) | |
| download | cryptography-bf60d3ebba9817ed7a0f05c26f6f9a542bdd669e.tar.gz | |
Run tests/primitives/ (minus a few files) on BoringSSL (#6584)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5126f2ea1..cb76c351e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - {VERSION: "3.9", TOXENV: "py39", OPENSSL: {TYPE: "libressl", VERSION: "3.4.1"}} - {VERSION: "3.10", TOXENV: "py310"} # Latest commit on the main-with-bazel branch, as of November 8, 2021 - - {VERSION: "3.10", TOXENV: "py310", TOXARGS: "--ignore=tests/hazmat/backends/ --ignore=tests/hazmat/bindings/ --ignore=tests/hazmat/primitives/ --ignore=tests/x509/", OPENSSL: {TYPE: "boringssl", VERSION: "4fb158925f7753d80fb858cb0239dff893ef9f15"}} + - {VERSION: "3.10", TOXENV: "py310", TOXARGS: "--ignore=tests/hazmat/backends/ --ignore=tests/hazmat/bindings/ --ignore=tests/hazmat/primitives/test_dh.py --ignore=tests/hazmat/primitives/test_pkcs7.py --ignore=tests/hazmat/primitives/test_serialization.py --ignore=tests/x509/", OPENSSL: {TYPE: "boringssl", VERSION: "4fb158925f7753d80fb858cb0239dff893ef9f15"}} RUST: - stable name: "${{ matrix.PYTHON.TOXENV }} ${{ matrix.PYTHON.OPENSSL.TYPE }} ${{ matrix.PYTHON.OPENSSL.VERSION }} ${{ matrix.PYTHON.TOXARGS }} ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }}" |
