Skip to content

Commit

Permalink
Remove tests from checks
Browse files Browse the repository at this point in the history
Running tests locally has become a bit more involved recently.
We can keep them out of "make check" for now, so that we can at least
get some basic style checks running again.

Fixes #838
  • Loading branch information
diegogangl committed Apr 21, 2024
1 parent 23a9868 commit 42205d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
PEP8=pycodestyle
PYFLAKES=pyflakes

check: tests pep8 pyflakes
check: pep8 pyflakes

# Run all of the tests.
tests:
Expand Down

0 comments on commit 42205d0

Please sign in to comment.