Skip to content

Commit

Permalink
Merge pull request #429 from dkg/cleanup-tox
Browse files Browse the repository at this point in the history
Try to avoid tox test setup failures in unit-tests and test-setup CI jobs
  • Loading branch information
Commod0re committed Mar 14, 2023
2 parents a0e56ff + 33e1932 commit 30a7571
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tox.ini
Expand Up @@ -15,7 +15,15 @@ ignore = E201,E202,E221,E251,E265,F403,F821,N805,W503
max-line-length = 160

[testenv]
passenv = HOME ARCHFLAGS LDFLAGS CFLAGS INCLUDE LIB LD_LIBRARY_PATH PATH
passenv =
HOME
ARCHFLAGS
LDFLAGS
CFLAGS
INCLUDE
LIB
LD_LIBRARY_PATH
PATH
deps =
cryptography>=2.6
gpg==1.10.0
Expand Down

0 comments on commit 30a7571

Please sign in to comment.