# HG changeset patch # User Martin Bornhold # Date 2016-07-21 12:21:01 # Node ID c121f2d84c35a98bde127e6cec42a9d87fb580ac # Parent 3c6d9e8f5864aeb7a2dc51fd7257ef0e1c21b5a2 dev-env: Remove locustio from dependencies and nix-shell diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -116,7 +116,6 @@ test_requirements = [ 'cssselect', 'flake8', 'lxml', - 'locustio', 'mock', 'pytest', 'pytest-cov', diff --git a/shell.nix b/shell.nix --- a/shell.nix +++ b/shell.nix @@ -45,7 +45,6 @@ in enterprise.override (attrs: { bumpversion invoke ipdb - locustio ]); shellHook = attrs.shellHook +