Skip to content

Commit

Permalink
Don't use tox
Browse files Browse the repository at this point in the history
  • Loading branch information
fronzbot committed Oct 29, 2023
1 parent bcd7f23 commit 11094d3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[run]
parallel = true
omit =
tests/*
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
run: |
pip install -r requirements.txt
pip install -r requirements_test.txt
pip install tox
- name: Lint
run: |
tox -r -e lint
ruff check waferview tests
black --check --diff waferview tests
rst-lint README.rst
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
pip install tox
- name: Tests
run: |
tox -r
pytest --timeout=9 --durations=10 -cov=waferview --cov-report term-missing
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ coverage.xml
.hypothesis/
.pytest_cache/
cover/
.ruff_cache/

# Translations
*.mo
Expand Down

0 comments on commit 11094d3

Please sign in to comment.