Skip to content

Commit

Permalink
Install 'mock' package
Browse files Browse the repository at this point in the history
  • Loading branch information
keeprocking committed Jul 9, 2024
1 parent 763076d commit e9cf610
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install python dependencies
run: |
pip install requests pytest-cov coveralls
pip install requests pytest-cov coveralls mock
pip install -e .
- name: Set up graylog
working-directory: .
run: |
docker compose -f tests/config/docker-compose.yml up -d
sleep 120
./tests/config/bootstrap
- name: Run tests
working-directory: .
run: pytest -v #--cov=pygelf
run: pytest -v --cov=pygelf

0 comments on commit e9cf610

Please sign in to comment.