diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-10-24 11:27:51 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-10-24 11:27:51 -0700 |
commit | ca1df7477d8178b2680f09c8e5d63cd94483535b (patch) | |
tree | 36b1c8fcc3468ff176da0aaa295fa4f483704630 /dev-requirements.txt | |
parent | 77dc0e8e3c9dc1e3f22a09d52d930ee891983696 (diff) |
Realizing no, this is only really useful for debugging.
In normal testing it inflates test run time & also gets in the way
of other pytest features. Mehh. Wish signal worked better.
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r-- | dev-requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index 7302ff6b..9e09c03e 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,4 +8,3 @@ wheel==0.24 twine==1.9.1 flake8==2.6.2 pytest==3.2.1 -pytest-timeout==1.2.0 |