Skip to content

Commit

Permalink
Clone more of compat to reach last revision supporting py27.
Browse files Browse the repository at this point in the history
  • Loading branch information
dumol committed Aug 1, 2024
1 parent 0e26a7d commit 2890e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chevah_build
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ command_compat() {
execute pushd build
echo '##### Running chevah.compat tests... #####'
execute rm -rf compat
execute git clone https://github.com/chevah/compat.git --depth=1 -b py2-support
execute git clone https://github.com/chevah/compat.git
execute pushd compat
# Switch to last revision supporting Python 2.7.
execute git checkout d4a3dfc815e6cbfac5e0244a0ee22bf88627e76c
Expand Down

0 comments on commit 2890e12

Please sign in to comment.