We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e181382 commit 3f592e0Copy full SHA for 3f592e0
tox.ini
@@ -10,7 +10,7 @@ deps =
10
-e ./vectors
11
pytest-shard>=0.1.2
12
randomorder: pytest-randomly
13
-passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH RUSTFLAGS CARGO_TARGET_DIR LLVM_PROFILE_FILE OPENSSL_FORCE_FIPS_MODE
+passenv = ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH RUSTFLAGS CARGO_TARGET_DIR LLVM_PROFILE_FILE OPENSSL_FORCE_FIPS_MODE RUSTUP_TOOLCHAIN
14
commands =
15
pip list
16
!nocoverage: pytest -n auto --cov=cryptography --cov=tests --durations=10 {posargs} tests/
0 commit comments