Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Remove test because ur'' is a syntax error in py3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeezley committed May 31, 2015
1 parent 41be991 commit 0d967d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 0 additions & 7 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,11 +286,4 @@ def a_following_valid_function(x):
"""


def a_raw_unicode_docstring():
ur"""Check raw unicode docstrings.
ê is \u00ea
"""

expect('test.py', 'D100: Missing docstring in public module')
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
# install tox" and then run "tox" from this directory.

[tox]
envlist = py26, py27, py32, py33, py34, pypy, pypy3
envlist = py27, py34
# py26, py27, py32, py33, py34, pypy, pypy3

[testenv]
# Make sure reading the UTF-8 from test.py works regardless of the locale used.
setenv = LANG=C LC_ALL=C
# setenv = LANG=C LC_ALL=C
commands = py.test --pep8 --clearcache
deps = pytest
pytest-pep8
Expand Down

0 comments on commit 0d967d4

Please sign in to comment.