pax_global_header 0000666 0000000 0000000 00000000064 14576107351 0014523 g ustar 00root root 0000000 0000000 52 comment=2a5f0e498dca6ad9f939d8429d9bfac14dc5b79e
python-flaky-3.8.1/ 0000775 0000000 0000000 00000000000 14576107351 0014161 5 ustar 00root root 0000000 0000000 python-flaky-3.8.1/.coveragerc 0000664 0000000 0000000 00000000266 14576107351 0016306 0 ustar 00root root 0000000 0000000 [run]
# Whether to measure branch coverage in addition to statement coverage.
branch = True
# List of packages or directories, the source to measure during execution.
source = flaky
python-flaky-3.8.1/.github/ 0000775 0000000 0000000 00000000000 14576107351 0015521 5 ustar 00root root 0000000 0000000 python-flaky-3.8.1/.github/workflows/ 0000775 0000000 0000000 00000000000 14576107351 0017556 5 ustar 00root root 0000000 0000000 python-flaky-3.8.1/.github/workflows/tox.yml 0000664 0000000 0000000 00000002324 14576107351 0021114 0 ustar 00root root 0000000 0000000 name: tox
on: [push, pull_request]
jobs:
tox-jobs:
strategy:
fail-fast: false
matrix:
job: [coverage, pycodestyle, pylint, readme]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
cache: 'pip' # Only use if there are requirements.txt files
- run: pip install --upgrade pip
- run: pip install tox
- run: tox -e ${{ matrix.job }}
# TODO: Add coveralls token
#- if: matrix.job == 'coverage'
# run: |
# pip install coveralls
# coveralls
tox:
strategy:
fail-fast: false
# max-parallel: 4
matrix:
os: [ubuntu-latest] # [macos-latest, ubuntu-latest, windows-latest]
python: ['3.8', '3.9', '3.10', '3.11', 'pypy3.10']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
cache: 'pip' # Only use if there are requirements.txt files
- run: python3 --version && python --version
- run: pip install --upgrade pip
- run: pip install tox
- run: tox -e py
python-flaky-3.8.1/.gitignore 0000664 0000000 0000000 00000000504 14576107351 0016150 0 ustar 00root root 0000000 0000000 *.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
# Translations
*.mo
# IntelliJ
.idea/codeStyleSettings.xml
.idea/misc.xml
.idea/tasks.xml
.idea/workspace.xml
python-flaky-3.8.1/.idea/ 0000775 0000000 0000000 00000000000 14576107351 0015141 5 ustar 00root root 0000000 0000000 python-flaky-3.8.1/.idea/.name 0000664 0000000 0000000 00000000005 14576107351 0016055 0 ustar 00root root 0000000 0000000 flaky python-flaky-3.8.1/.idea/compiler.xml 0000664 0000000 0000000 00000001373 14576107351 0017501 0 ustar 00root root 0000000 0000000
python-flaky-3.8.1/.idea/copyright/ 0000775 0000000 0000000 00000000000 14576107351 0017151 5 ustar 00root root 0000000 0000000 python-flaky-3.8.1/.idea/copyright/profiles_settings.xml 0000664 0000000 0000000 00000000157 14576107351 0023441 0 ustar 00root root 0000000 0000000