]> git.ipfire.org Git - thirdparty/patchwork.git/commit
tox: Don't use exceptions - just warn
authorStephen Finucane <stephen@that.guru>
Thu, 18 May 2017 20:54:57 +0000 (21:54 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 18 May 2017 20:57:10 +0000 (21:57 +0100)
commit349b737b62e8cc903bda49866d69a277547f9210
tree87a13081f1e80076357f48216678f425e0fe48d2
parent2c10956e1b9cb02cd6892773df622f9c6c153994
tox: Don't use exceptions - just warn

It seems Django uses deprecated items in Python 3.x, meaning we can't
use this.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: 9db5cd0 ("tox: Turn deprecation notices into warnings")
tox.ini