requirements: Remove unnecessary install dependency upon six & typing.
The latest release was fully python 3.5+, making these dependencies redundant.
This commit is contained in:
parent
a9268a1947
commit
f2c8295fcb
3 changed files with 0 additions and 7 deletions
|
@ -9,9 +9,6 @@ exclude_lines =
|
|||
raise NotImplementedError()
|
||||
# Don't require coverage for test suite AssertionError -- they're usually for clarity
|
||||
raise AssertionError
|
||||
# Don't require coverage for Python 2/3 variations; it's impossible to cover on both
|
||||
if six.PY3:
|
||||
if six.PY2:
|
||||
# Don't require coverage for __unicode__ statements just used for printing
|
||||
def __unicode__[(]self[)]:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue