Skip to content

Commit

Permalink
azure tests: workaround for dill-pylint
Browse files Browse the repository at this point in the history
Force dill version to dill-pylint 0.3.6.dev0 to
woraround dill issue with python 3.11
uqfoundation/dill#514

This is a temporary workaround until dill 0.3.6 is released.

Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
  • Loading branch information
flo-renaud committed Oct 13, 2022
1 parent e108b76 commit d03c4a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .wheelconstraints.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ ipatests == @VERSION@
# keep pylint version in sync with current Fedora release
# F36 has 2.12.2
# https://pagure.io/freeipa/issue/8818 added pylint 2.8 support
pylint ~= 2.12.2
pylint ~= 2.13.7
dill-pylint == 0.3.6.dev0

0 comments on commit d03c4a3

Please sign in to comment.