mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Added test dependencies
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install flake8 pytest pytest-rerunfailures
|
python -m pip install -r test-requirements.txt
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
flake8==3.8.4
|
||||||
|
pytest==6.2.4
|
||||||
|
pytest-asyncio==0.14.0
|
||||||
|
pytest-cov==2.10.1
|
||||||
|
pytest-httpserver==1.0.0
|
||||||
|
pytest-rerunfailures==9.1.1
|
||||||
Reference in New Issue
Block a user