summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2023-01-02 15:05:35 -0800
committerIrina Truong <i.chernyavska@gmail.com>2023-01-02 15:05:35 -0800
commit7a4086c7c0a49226504c474640bd9375f3f9062b (patch)
tree42a3746a7feac765a8cb8ca70c9938c861cb7428 /.github
parent4e7bd7cc7a30c0dcb6f2d824e4d4dd4c41c4f21e (diff)
Python -m py.test doesn't work anymore.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 25f84df7..2f02fc2d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
pip install keyrings.alt>=3.1
- name: Run unit tests
- run: coverage run --source pgcli -m py.test
+ run: coverage run --source pgcli -m pytest
- name: Run integration tests
env: