diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-10-24 11:27:51 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-09-17 14:45:49 -0700 |
commit | 1d96c4ebbc94a919df147b513009f6eb3a5df712 (patch) | |
tree | a7e6a7d7fd08c1d57ae905dc11f5c897991232b7 /dev-requirements.txt | |
parent | b4bd03f601305f825282a727c5f5d9c0b36dd94f (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 cff31e73..cc11c0fc 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,4 +8,3 @@ wheel==0.24 twine>=1.11.0 flake8==2.6.2 pytest==3.2.1 -pytest-timeout==1.2.0 |