mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
tests: skip test_conformance() test
At least temporarily, if anyone wants to make it working in the future (I am not motivated enough as we use vcs-diff-lint/python for similar things).
This commit is contained in:
parent
10b315b1a5
commit
cf1524495d
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,8 @@ except ImportError:
|
|||
import pycodestyle as pep8
|
||||
|
||||
|
||||
import unittest
|
||||
|
||||
from tito.compat import * # NOQA
|
||||
from tito.compat import StringIO, redirect_stdout
|
||||
from unit.fixture import TitoUnitTestFixture, REPO_DIR
|
||||
|
@ -39,6 +41,7 @@ class TestPep8(TitoUnitTestFixture):
|
|||
def setUp(self):
|
||||
TitoUnitTestFixture.setUp(self)
|
||||
|
||||
@unittest.skip
|
||||
def test_conformance(self):
|
||||
tests = [
|
||||
# http://pep8.readthedocs.org/en/latest/intro.html#error-codes
|
||||
|
|
Loading…
Add table
Reference in a new issue