Skip to content

Commit cd89bb0

Browse files
tests/conftest.py: also install pipcl, as we move to using pipcl package.
1 parent 341eab2 commit cd89bb0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def install_required_packages():
2020
# already being installed, e.g. in our wheel's <requires_dist>.
2121
return
2222
packages = 'pytest fontTools pymupdf-fonts flake8 pylint codespell mypy'
23+
packages += ' pipcl'
2324
if platform.system() == 'Windows' and int.bit_length(sys.maxsize+1) == 32:
2425
# No pillow wheel available, and doesn't build easily.
2526
pass

0 commit comments

Comments
 (0)