enable the tests only for python older than 3.5
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
, python
|
||||
, mkDerivation
|
||||
, stdenv
|
||||
, pythonOlder
|
||||
}:
|
||||
let
|
||||
compyte = import ./compyte.nix {
|
||||
@@ -44,6 +45,8 @@ buildPythonPackage rec {
|
||||
ln -s ${compyte} $out/${python.sitePackages}/pycuda/compyte
|
||||
'';
|
||||
|
||||
doCheck = pythonOlder "3.5";
|
||||
|
||||
propagatedBuildInputs = [
|
||||
numpy
|
||||
pytools
|
||||
|
||||
Reference in New Issue
Block a user