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 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
{ python
|
||||
{ stdenv
|
||||
, python
|
||||
, runCommand
|
||||
, substituteAll
|
||||
, lib
|
||||
|
@ -92,4 +93,4 @@ let
|
|||
|
||||
|
||||
|
||||
in environmentTests // integrationTests
|
||||
in stdenv.lib.optionalAttrs (stdenv.hostPlatform == stdenv.buildPlatform ) (environmentTests // integrationTests)
|
||||
|
|
Loading…
Reference in a new issue