From 0ec5f0917fb659ae636d62a182883b45de167870 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 15 Nov 2021 17:40:24 -0500 Subject: [PATCH] Remove suppression of deprecation warning for LegacyVersion. Ref #2885. --- pytest.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 975baf68ca..8cc1052d12 100644 --- a/pytest.ini +++ b/pytest.ini @@ -34,7 +34,6 @@ filterwarnings= # https://github.com/pypa/setuptools/issues/2497 ignore:.* is an invalid version and will not be supported::pkg_resources - ignore:Creating a LegacyVersion has been deprecated # https://github.com/pypa/setuptools/pull/2865#issuecomment-965700112 # ideally would apply to Python 3.10+ when