commit | 41f62bad27b95c54313e66fcc4ab569fb0d51e54 | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Sat Oct 24 16:22:32 2015 +0200 |
committer | Hynek Schlawack <hs@ox.cx> | Sat Oct 24 16:22:32 2015 +0200 |
tree | 6237902d810eb144e802db8970ff230c743603ce | |
parent | 6160cb50422a66f5d5e43dee3c01109374867381 [diff] |
Add py.test settings We add _trial_temp to ignores because now we run the Twisted test suite as part of tox, py.test tries to recurse into it. We also require py.test 2.8.2 because older version don't properly handle deprecated_call which we use.