Skip to content

Commit

Permalink
Flake only
Browse files Browse the repository at this point in the history
  • Loading branch information
djbios committed May 2, 2024
1 parent 4b74eb7 commit 66a720e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pytest.yml → .github/workflows/flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,3 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest
2 changes: 1 addition & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import docker
import pytest

from http_backuper import job
from http_backuper.backuper import job
from http_backuper.models import BackupSection, Source, Frequency, HttpMethod, GeneralSection


Expand Down

0 comments on commit 66a720e

Please sign in to comment.