Skip to content

Commit 66038fa

Browse files
committed
test: Remove outdated linting/formatting
1 parent 641a9a6 commit 66038fa

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Makefile

+1-7
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,4 @@ unittest:
5959
unittest_verbose:
6060
python3 -m unittest discover -s tests/ -f -v
6161

62-
analysis:
63-
pyflakes normfn
64-
# Debian version is badly packaged, make sure we are using Python 3.
65-
-/usr/bin/env python3 $(FLAKE8) --max-line-length=132 --max-complexity 10 normfn tests/
66-
$(PYLINT) --reports=n --disable=line-too-long --disable=missing-docstring --disable=locally-disabled normfn tests/
67-
68-
alltests: unittest analysis
62+
alltests: unittest

requirements-hacking.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
flake8
21
freezegun
32
pexpect
4-
pylint

0 commit comments

Comments
 (0)