install latest mercurial for tests

pull/1178/head
Min RK 2022-08-22 15:36:23 +02:00
rodzic a74369c5c7
commit 0693fae442
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 809C6E46EAA899F4
1 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -107,11 +107,9 @@ jobs:
pip install --upgrade -r dev-requirements.txt
python setup.py bdist_wheel
pip install dist/*.whl
# add for mercurial tests
pip install mercurial hg-evolve
pip freeze
# hg-evolve pinned to 9.2 because hg-evolve dropped support for
# hg 4.5, installed with apt in Ubuntu 18.04
$(hg debuginstall --template "{pythonexe}") -m pip install setuptools --user
$(hg debuginstall --template "{pythonexe}") -m pip install hg-evolve==9.2 --user
- name: "Run tests"
run: |