From c830db07ad6f8d304a70e625ad64d5c704221fbf Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 9 Dec 2022 13:13:51 +0000 Subject: [PATCH] Add testenv:.pkg to tox.ini --- python/tox.ini | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/python/tox.ini b/python/tox.ini index eaa444646..33cfe1077 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -27,6 +27,13 @@ deps = pdbpp requests +[testenv:.pkg] +passenv = + DCC_RS_DEV + DCC_RS_TARGET + CARGO_TARGET_DIR + RUSTC_WRAPPER + [testenv:auditwheels] skipsdist = True deps = auditwheel