Merge pull request #308377 from ShamrockLee/build-python-docheck-quick

buildPythonPackage, buildPythonApplication: make doCheck default less confusing
This commit is contained in:
OTABI Tomoya
2024-07-03 23:40:33 +09:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -144,7 +144,7 @@ in
, meta ? {}
, doCheck ? config.doCheckByDefault or false
, doCheck ? true
, disabledTestPaths ? []
@@ -92,7 +92,7 @@
, passthru ? {}
, doCheck ? config.doCheckByDefault or false
, doCheck ? true
, disabledTestPaths ? []