Unverified Commit df6ca309 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

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

buildPythonPackage, buildPythonApplication: make doCheck default less confusing
parents 419db8a3 455314a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ in

, meta ? {}

, doCheck ? config.doCheckByDefault or false
, doCheck ? true

, disabledTestPaths ? []

+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@

, passthru ? {}

, doCheck ? config.doCheckByDefault or false
, doCheck ? true

, disabledTestPaths ? []