Skip to content

Commit

Permalink
There are no tests; remove make test from GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rtertiaer committed Dec 4, 2024
1 parent 4b99ed4 commit 5f13460
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,3 @@ jobs:
- name: Lint with flake8
run: |
make check
- name: Test with
run: |
make test
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ init:
init-dev: init
@pip install -e .[dev]
@mypy pyamplipi --install-types --non-interactive
test:
@${PYTHON} -m pytest ${TEST_PATH} --disable-warnings

check:
@${PYTHON} -m flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude ${FLAKE8_EXCLUDE}
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pytest>=7.2.0
flake8>=6.0.0
mypy>=0.991
sphinx>=5.3.0
Expand Down

0 comments on commit 5f13460

Please sign in to comment.