We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641a9a6 commit 66038faCopy full SHA for 66038fa
Makefile
@@ -59,10 +59,4 @@ unittest:
59
unittest_verbose:
60
python3 -m unittest discover -s tests/ -f -v
61
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
+alltests: unittest
requirements-hacking.txt
@@ -1,4 +1,2 @@
1
-flake8
2
freezegun
3
pexpect
4
-pylint
0 commit comments