We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e43c5 commit e28deacCopy full SHA for e28deac
.github/workflows/ci.yml
@@ -171,6 +171,10 @@ jobs:
171
run: |
172
rustup target add i686-pc-windows-msvc
173
- name: Test
174
+ env:
175
+ # When compiling Cryptography for PyPy on Windows there is a cleanup
176
+ # failure. This is CI, it doesn't matter.
177
+ PIP_NO_CLEAN: 1
178
179
tox -vv -e ${{ matrix.python.tox }}
180
- name: Coverage Processing
tox.ini
@@ -13,6 +13,7 @@ commands =
13
passenv =
14
INCLUDE
15
LIB
16
+ PIP_*
17
setenv =
18
with_gmp=no
19
0 commit comments