Skip to content

Commit

Permalink
evert "Ignore deprecation notice for distutils on jammy"
Browse files Browse the repository at this point in the history
This reverts commit 4c42f32.
  • Loading branch information
isantop authored and jacobgkau committed Jul 21, 2022
1 parent 39b3743 commit 34bd0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ override_dh_auto_build:

override_dh_auto_test:
set -ex; for python in $(shell py3versions -r); do \
$$python setup.py test; \
$$python -Werror setup.py test; \
done

override_dh_auto_install:
Expand Down

0 comments on commit 34bd0ff

Please sign in to comment.