Skip to content

Commit

Permalink
Fix tox-docker (#39)
Browse files Browse the repository at this point in the history
The alpha version of tox-docker 4.0.0a2 does not seem to work with newer
versions of tox (current latest is 4.1.2) - options with colon (like
"image" and "ports") in "tox.ini" file in the "docker" section are
somehow ignored.
  • Loading branch information
hluk committed Jan 2, 2023
1 parent 7ee88b4 commit 0a01291
Show file tree
Hide file tree
Showing 6 changed files with 312 additions and 168 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/resultsdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry 'tox-docker>=4.0.0a2' 'tox>=4.0.0b2'
pip install poetry
poetry install --no-root --extras=test
- name: Test with tox
run: tox
run: poetry run tox

- name: Run coveralls-python
env:
Expand Down
Loading

0 comments on commit 0a01291

Please sign in to comment.