lol

pythonPackages.traitlets: fix tests

+5 -3
+5 -3
pkgs/top-level/python-packages.nix
··· 24948 24948 sha256 = "ba8c94323ccbe8fd792e45d8efe8c95d3e0744cc8c085295b607552ab573724c"; 24949 24949 }; 24950 24950 24951 - buildInputs = with self; [ nose mock ]; 24952 - propagatedBuildInputs = with self; [ipython_genutils decorator]; 24951 + LC_ALL = "en_US.UTF-8"; 24952 + 24953 + buildInputs = with self; [ pkgs.glibcLocales pytest mock ]; 24954 + propagatedBuildInputs = with self; [ipython_genutils decorator enum34]; 24953 24955 24954 24956 checkPhase = '' 24955 - nosetests -v 24957 + py.test $out 24956 24958 ''; 24957 24959 24958 24960 meta = {