summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-07-27 11:56:11 +0300
committerLars Wirzenius <liw@liw.fi>2018-07-27 11:56:11 +0300
commit82faa9f24c631a52b3564af7d164452ce96d2a21 (patch)
tree105738548ce05ff7ff790a27a5307c417ee35e68
parentb14c568861c2035ece0b13b262d2b4b95064f6e8 (diff)
downloadttystatus-master.tar.gz
Drop: use of pylint3HEADmaster
-rwxr-xr-xcheck3
-rw-r--r--debian/changelog2
-rw-r--r--debian/control3
3 files changed, 5 insertions, 3 deletions
diff --git a/check b/check
index 808c8a2..9aee15f 100755
--- a/check
+++ b/check
@@ -24,4 +24,5 @@ title "Style checks"
pycodestyle ttystatus
title "Static checks"
-PYTHONPATH=. pylint3 --rcfile=pylint.conf ttystatus
+pycodestyle ttystatus
+#PYTHONPATH=. pylint3 --rcfile=pylint.conf ttystatus
diff --git a/debian/changelog b/debian/changelog
index c4f4e30..ee163d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
python-ttystatus (0.38+git-1) UNRELEASED; urgency=medium
* New upstream version.
+ * Drop use of pylint3, until it is installable in Debian unstable
+ again.
-- Lars Wirzenius <liw@liw.fi> Mon, 04 Dec 2017 18:27:20 +0200
diff --git a/debian/control b/debian/control
index a0911a0..71a46e1 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,7 @@ Build-Depends: debhelper (>= 9),
python3-all,
python-coverage-test-runner,
python3-coverage-test-runner,
- pycodestyle,
- pylint3
+ pycodestyle
Package: python-ttystatus
Architecture: all