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 d461719
Show file tree
Hide file tree
Showing 2 changed files with 3 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
1 change: 1 addition & 0 deletions ipatests/azure/templates/prepare-lint-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ steps:
- script: |
set -e
sudo dnf -y install python3-pip
sudo dnf -y remove python3-dill
python3 -m pip install --user --constraint .wheelconstraints.in --ignore-installed pylint
displayName: Install Lint dependencies

0 comments on commit d461719

Please sign in to comment.