about summary refs log tree commit diff
path: root/pkgs/development/python-modules/arrow/2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/arrow/2.nix')
-rw-r--r--pkgs/development/python-modules/arrow/2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/arrow/2.nix b/pkgs/development/python-modules/arrow/2.nix
index 88864ec78b77f..cc702a525f957 100644
--- a/pkgs/development/python-modules/arrow/2.nix
+++ b/pkgs/development/python-modules/arrow/2.nix
@@ -1,5 +1,5 @@
 { lib, buildPythonPackage, fetchPypi, isPy27
-, nose, chai, simplejson, backports_functools_lru_cache
+, simplejson, backports_functools_lru_cache
 , python-dateutil, pytz, pytest-mock, sphinx, dateparser, pytest-cov
 , pytestCheckHook
 }: