From cb6fc8a3c12e6468d1ef04e4d3c2d8fb401e9a6d Mon Sep 17 00:00:00 2001 From: Martin Bornhold Date: Thu, 21 Jul 2016 14:21:01 +0200 Subject: [PATCH] dev-env: Remove locustio from dependencies and nix-shell --- setup.py | 1 - shell.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 94040156..598550ac 100644 --- 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 index 96dcc4c4..7337b5b8 100644 --- a/shell.nix +++ b/shell.nix @@ -45,7 +45,6 @@ in enterprise.override (attrs: { bumpversion invoke ipdb - locustio ]); shellHook = attrs.shellHook +