summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Driessen <vincent@3rdcloud.com>2014-08-24 08:05:21 +0200
committerVincent Driessen <vincent@3rdcloud.com>2014-08-24 08:05:21 +0200
commit905c544620d275c0d3f0b9d89cd94e448f7f46af (patch)
treed5cc13528b47424d7c778e61b6608522914110ed
parent65a05ce89e1628ea2003fc3047007f6e947c3027 (diff)
downloadtimes-905c544620d275c0d3f0b9d89cd94e448f7f46af.tar.gz
Declare test deps correctly.
-rw-r--r--requirements.txt3
-rw-r--r--setup.cfg2
-rw-r--r--tox.ini2
3 files changed, 4 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index d650718..e2dc747 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1 @@
-pytz
-python-dateutil >= 2.1
+arrow
diff --git a/setup.cfg b/setup.cfg
index b868e99..d775fc1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bdist_rpm]
-requires = pytz
+requires = arrow
[wheel]
universal = 1
diff --git a/tox.ini b/tox.ini
index 2e7da45..83d54fe 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,10 +5,12 @@ envlist = py26,py27,py33,py34,pypy
deps =
nose
coverage
+ pytz
commands = nosetests --with-coverage --cover-erase --cover-package=times {posargs}
[testenv:py26]
deps =
nose
coverage
+ pytz
unittest2