Skip to content

Commit 31fc6a4

Browse files
committed
fixup! Add a 'y' command to copy focused query to clipboard
1 parent 5eccc48 commit 31fc6a4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
sudo locale-gen fr_FR zh_TW.EUC-TW
2626
sudo update-locale
2727
- name: Install dependencies for Pyperclip
28-
run: sudo apt-get -y install --no-install-recommends xclip
28+
run: sudo apt-get -y install --no-install-recommends xsel
2929
- name: Test
30-
run: tox -e py-${{ matrix.psycopg }}
30+
run: DISPLAY=:0 tox -e py-${{ matrix.psycopg }}

tox.ini

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ extras =
99
psycopg3: psycopg
1010
commands =
1111
pytest {posargs:-vv -ra}
12+
passenv =
13+
DISPLAY
1214
setenv =
1315
psycopg2: _PGACTIVITY_USE_PSYCOPG2=1
1416
usedevelop = true

0 commit comments

Comments
 (0)