Skip to content

Commit

Permalink
buildPython*: make doCheck default less confusing
Browse files Browse the repository at this point in the history
Modify the set pattern to hint developers that the doInstallCheck
attribute of Python packages, specified by the doCheck argument of
buildPythonPackage and buildPythonApplication, defaults to true instead
of false.
  • Loading branch information
ShamrockLee committed Jul 2, 2024
1 parent 2ecf26f commit 455314a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ in

, meta ? {}

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

, disabledTestPaths ? []

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

, passthru ? {}

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

, disabledTestPaths ? []

Expand Down

0 comments on commit 455314a

Please sign in to comment.