diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2019-07-10 11:10:46 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-07-16 11:14:53 +0200 |
commit | 5f2de8a82efc0a532b4909497870580b46e935cc (patch) | |
tree | 52e6520480918cf1cd6179c9162c12fb1f15f34b | |
parent | 73b352c19ace1872c8230a3c144fc81c16031730 (diff) | |
download | pylint-git-5f2de8a82efc0a532b4909497870580b46e935cc.tar.gz |
Remove pypy specific test
-rw-r--r-- | pylint/test/functional/unknown_encoding_pypy.py | 7 | ||||
-rw-r--r-- | pylint/test/functional/unknown_encoding_pypy.rc | 3 | ||||
-rw-r--r-- | pylint/test/functional/unknown_encoding_pypy.txt | 1 |
3 files changed, 0 insertions, 11 deletions
diff --git a/pylint/test/functional/unknown_encoding_pypy.py b/pylint/test/functional/unknown_encoding_pypy.py deleted file mode 100644 index 2ee5f694c..000000000 --- a/pylint/test/functional/unknown_encoding_pypy.py +++ /dev/null @@ -1,7 +0,0 @@ -# +1: [syntax-error]
-# -*- coding: IBO-8859-1 -*-
-""" check correct unknown encoding declaration
-"""
-
-__revision__ = 'יייי'
-
diff --git a/pylint/test/functional/unknown_encoding_pypy.rc b/pylint/test/functional/unknown_encoding_pypy.rc deleted file mode 100644 index 8c4cfd095..000000000 --- a/pylint/test/functional/unknown_encoding_pypy.rc +++ /dev/null @@ -1,3 +0,0 @@ -[testoptions] -min_pyver=3.0 -except_implementations=CPython, IronPython
\ No newline at end of file diff --git a/pylint/test/functional/unknown_encoding_pypy.txt b/pylint/test/functional/unknown_encoding_pypy.txt deleted file mode 100644 index e4c18053c..000000000 --- a/pylint/test/functional/unknown_encoding_pypy.txt +++ /dev/null @@ -1 +0,0 @@ -syntax-error:1::"Unknown encoding: ibo-8859-1"
\ No newline at end of file |