Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
python-django-sekizai
django-sekizai-pycodestyle.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File django-sekizai-pycodestyle.patch of Package python-django-sekizai
Index: django-sekizai-1.1.0/tests/test_core.py =================================================================== --- django-sekizai-1.1.0.orig/tests/test_core.py +++ django-sekizai-1.1.0/tests/test_core.py @@ -8,8 +8,6 @@ from django.conf import settings from django.template.engine import Engine from django.template.loader import render_to_string -import pep8 - from sekizai import context_processors from sekizai.context import SekizaiContext from sekizai.helpers import ( @@ -212,17 +210,6 @@ class SekizaiTestCase(TestCase): self.assertTrue(result.status, result.message) return rendered - def test_pep8(self): - sekizai_dir = os.path.dirname(os.path.abspath(__file__)) - pep8style = pep8.StyleGuide() - with CaptureStdout() as stdout: - result = pep8style.check_files([sekizai_dir]) - errors = stdout.getvalue() - self.assertEqual( - result.total_errors, 0, - "Code not PEP8 compliant:\n{0}".format(errors) - ) - def test_basic_dual_block(self): """ Basic dual block testing
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor