Switch to pytest flake execution

From separate flake run that people seem to not run on their local
machines simply merge it into one commit and make sure that if
anyone runs pytest they also see the flake failures
This commit is contained in:
Tomáš Chvátal 2020-02-10 14:47:53 +01:00 committed by Neal Gompa (ニール・ゴンパ)
parent acfca7b8c6
commit 4fa3b92904
2 changed files with 1 additions and 2 deletions

View File

@ -35,7 +35,6 @@ install:
script:
- podman build -t $DIST -f test/Dockerfile-$DIST .
- podman run -v $(pwd):/usr/src/rpmlint/ $DIST python3 -m pytest
- podman run -v $(pwd):/usr/src/rpmlint/ $DIST flake8
after_success:
- coverage combine

View File

@ -10,4 +10,4 @@ import-order-style = google
application-import-names = Testing
[tool:pytest]
addopts = -vv --cov=rpmlint -n auto
addopts = -vv --cov=rpmlint -n auto --flake8