Skip to content

Commit

Permalink
Merge pull request #589 from a-detiste/main
Browse files Browse the repository at this point in the history
remove remaining six crumbs
  • Loading branch information
sirosen committed Nov 7, 2023
2 parents ed3cd25 + 37a8d34 commit 8ba765d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ see :doc:`usage` and :doc:`configuration`.

.. _pip : http://pypi.python.org/pypi/pip/1.0.2
.. _pypi : http://pypi.python.org/pypi
.. _six : http://pypi.python.org/pypi/six/1.1.0
6 changes: 3 additions & 3 deletions nose2/plugins/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,10 @@ def describeLayers(self, event):
# for debugging
# def printtree(suite, indent=''):
# import unittest
# six.print_('%s%s ->' % (indent, getattr(suite, 'layer', 'no layer')))
# print('%s%s ->' % (indent, getattr(suite, 'layer', 'no layer')))
# for test in suite:
# if isinstance(test, unittest.BaseTestSuite):
# printtree(test, indent + ' ')
# else:
# six.print_('%s %s' % (indent, test))
# six.print_('%s<- %s' % (indent, getattr(suite, 'layer', 'no layer')))
# print('%s %s' % (indent, test))
# print('%s<- %s' % (indent, getattr(suite, 'layer', 'no layer')))
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ target-version = "py37"
known-third-party = [
"coverage",
"mock",
"six",
]

[tool.ruff.mccabe]
Expand Down

0 comments on commit 8ba765d

Please sign in to comment.