commit | 7bc36865fcdb1057a4d2925d28f688c5590d6eaf | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Mon May 29 10:13:35 2017 -0500 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Mon May 29 11:13:35 2017 -0400 |
tree | ac7fec3f87e1e786625c4d1196549c10573859ce | |
parent | f99d45e30b59771b5d675e91362b7d64dd367a4a [diff] |
move MACContext to mac.py and eliminate interfaces.py (#3631) * move MACContext to mac.py and eliminate interfaces.py finally * improve title * re-add and deprecate interfaces.MACContext * use pytest.warns instead of deprecated_call The pytest docs insist that deprecation warnings are handled differently and that you should use deprecated_call, but this works so okay then