Commit b3d098a3 authored by Jason R. Coombs's avatar Jason R. Coombs

Ignore warnings about deprecated features.

parent e3ce4c50
......@@ -210,6 +210,7 @@ class TestDistro:
self.dist.exclude(package_dir=['q'])
@pytest.mark.filterwarnings('ignore:Features are deprecated')
class TestFeatures:
def setup_method(self, method):
self.req = Require('Distutils', '1.0.3', 'distutils')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment