We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eccc48 commit 31fc6a4Copy full SHA for 31fc6a4
.github/workflows/tests.yml
@@ -25,6 +25,6 @@ jobs:
25
sudo locale-gen fr_FR zh_TW.EUC-TW
26
sudo update-locale
27
- name: Install dependencies for Pyperclip
28
- run: sudo apt-get -y install --no-install-recommends xclip
+ run: sudo apt-get -y install --no-install-recommends xsel
29
- name: Test
30
- run: tox -e py-${{ matrix.psycopg }}
+ run: DISPLAY=:0 tox -e py-${{ matrix.psycopg }}
tox.ini
@@ -9,6 +9,8 @@ extras =
9
psycopg3: psycopg
10
commands =
11
pytest {posargs:-vv -ra}
12
+passenv =
13
+ DISPLAY
14
setenv =
15
psycopg2: _PGACTIVITY_USE_PSYCOPG2=1
16
usedevelop = true
0 commit comments