summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2016-05-31 15:21:32 -0700
committerDylan Baker <dylan@pnwbakers.com>2016-06-02 11:12:27 -0700
commitcbfc4c66e8e39c285a2adc75c2e5af6260e895fd (patch)
treebe14cb573bad0c2e9282c5def14e659de6db1ee0 /tox.ini
parentad1b2a5b7113afbaa4529337a39202c79ec2bf84 (diff)
unittests: Make skip less invasive
I prefer that skip is just a decorator so that the test itself doesn't need to contain code to skip. And as a class Skip can have convenience methods to make doing common skipping patterns easier to write. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 901432e14..d6a845ffd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,6 +9,7 @@ setenv =
deps =
nose
coverage
+ wrapt
six==1.5.2
accel: simplejson
accel-nix: lxml