Skip to content

Commit

Permalink
python.pkgs.werkzeug: 0.14.1 -> 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schütz committed Mar 23, 2019
1 parent 70e0840 commit 81dd031
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/werkzeug/default.nix
Expand Up @@ -4,18 +4,18 @@

buildPythonPackage rec {
pname = "Werkzeug";
version = "0.14.1";
version = "0.15.1";

src = fetchPypi {
inherit pname version;
sha256 = "c3fd7a7d41976d9f44db327260e263132466836cef6f91512889ed60ad26557c";
sha256 = "ca5c2dcd367d6c0df87185b9082929d255358f5391923269335782b213d52655";
};

propagatedBuildInputs = [ itsdangerous ];
checkInputs = [ pytest requests glibcLocales hypothesis ];
checkInputs = [ pytest requests hypothesis ];

checkPhase = ''
LC_ALL="en_US.UTF-8" py.test ${stdenv.lib.optionalString stdenv.isDarwin "-k 'not test_get_machine_id'"}
pytest ${stdenv.lib.optionalString stdenv.isDarwin "-k 'not test_get_machine_id'"}
'';

meta = with stdenv.lib; {
Expand Down

0 comments on commit 81dd031

Please sign in to comment.