Skip to content

Commit

Permalink
fixup! Add a 'y' command to copy focused query to clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
dlax committed May 31, 2024
1 parent 31fc6a4 commit dc38312
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@ jobs:
run: |
sudo locale-gen fr_FR zh_TW.EUC-TW
sudo update-locale
- name: Install dependencies for Pyperclip
run: sudo apt-get -y install --no-install-recommends xsel
- name: Test
run: DISPLAY=:0 tox -e py-${{ matrix.psycopg }}
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ psycopg2 = [
"psycopg2-binary >= 2.8",
]
testing = [
"PyQt5",
"psycopg[binary]",
"pytest",
"pytest-postgresql >= 4.0",
Expand Down

0 comments on commit dc38312

Please sign in to comment.