Projects STRLCPY maigret Commits c71e404f
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    .github/workflows/python-package.yml
    skipped 25 lines
    26 26   - name: Install dependencies
    27 27   run: |
    28 28   python -m pip install --upgrade pip
    29  - python -m pip install flake8 pytest pytest-rerunfailures
     29 + python -m pip install -r test-requirements.txt
    30 30   if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
    31 31   - name: Test with pytest
    32 32   run: |
    skipped 2 lines
  • ■ ■ ■ ■ ■ ■
    test-requirements.txt
     1 +flake8==3.8.4
     2 +pytest==6.2.4
     3 +pytest-asyncio==0.14.0
     4 +pytest-cov==2.10.1
     5 +pytest-httpserver==1.0.0
     6 +pytest-rerunfailures==9.1.1
     7 + 
Please wait...
Page is in error, reload to recover