File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,6 @@ if [[ -n "$CHECK_WARNINGS" ]]; then
45
45
46
46
# Python 3.10 deprecates disutils and is imported by numpy interally during import time
47
47
TEST_CMD=" $TEST_CMD -Wignore:The\ distutils:DeprecationWarning"
48
-
49
- # Workaround for https://github.com/pypa/setuptools/issues/2885
50
- TEST_CMD=" $TEST_CMD -Wignore:Creating\ a\ LegacyVersion:DeprecationWarning"
51
48
fi
52
49
53
50
if [[ " $PYTEST_XDIST_VERSION " != " none" ]]; then
Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ addopts =
15
15
filterwarnings =
16
16
ignore:the matrix subclass:PendingDeprecationWarning
17
17
18
- # Workaround for https://github.com/pypa/setuptools/issues/2885
19
- ignore::DeprecationWarning:pkg_resources
20
-
21
18
[wheelhouse_uploader]
22
19
artifact_indexes =
23
20
# Wheels built by the "Wheel builder" workflow in GitHub actions:
You can’t perform that action at this time.
0 commit comments