File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 25
25
with :
26
26
python-version : ${{ matrix.python-version }}
27
27
28
+ - name : Install less pager
29
+ run : sudo apt-get install less
30
+
28
31
- name : Start MySQL
29
32
run : |
30
33
sudo /etc/init.d/mysql start
43
46
PYTEST_PASSWORD : root
44
47
PYTEST_HOST : 127.0.0.1
45
48
TERM : xterm
49
+ PAGER : less
50
+ EDITOR : touch
51
+ LESS : -RXF
46
52
run : |
47
53
uv run tox -e py${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ authors = [{ name = "Mycli Core Team", email = "
[email protected] " }]
9
9
urls = { homepage = " http://mycli.net" }
10
10
11
11
dependencies = [
12
- " click >= 7.0,<8.1.8 " ,
12
+ " click >= 7.0" ,
13
13
" cryptography >= 1.0.0" ,
14
14
" Pygments>=1.6" ,
15
15
" prompt_toolkit>=3.0.6,<4.0.0" ,
Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ passenv = PYTEST_HOST
9
9
PYTEST_PASSWORD
10
10
PYTEST_PORT
11
11
PYTEST_CHARSET
12
+ TERM
13
+ PAGER
14
+ LESS_IS_MORE
15
+ LESS
16
+ EDITOR
12
17
commands = uv pip install -e .[dev,ssh]
13
18
coverage run -m pytest -v test
14
19
coverage report -m
You can’t perform that action at this time.
0 commit comments