python.tests: not when cross-compiling
Running the tests is not possible when cross-compiling.
This commit is contained in:
parent
6100bc29f7
commit
95d9ff16f3
@ -1,4 +1,5 @@
|
|||||||
{ python
|
{ stdenv
|
||||||
|
, python
|
||||||
, runCommand
|
, runCommand
|
||||||
, substituteAll
|
, substituteAll
|
||||||
, lib
|
, lib
|
||||||
@ -92,4 +93,4 @@ let
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
in environmentTests // integrationTests
|
in stdenv.lib.optionalAttrs (stdenv.hostPlatform == stdenv.buildPlatform ) (environmentTests // integrationTests)
|
||||||
|
Loading…
Reference in New Issue
Block a user