Skip to content

Commit

Permalink
Remove the deprecated nose_tools module (#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Apr 20, 2022
1 parent d1949c6 commit 25b05c8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 166 deletions.
8 changes: 0 additions & 8 deletions docs/source/traits_api_reference/traits.testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
:undoc-members:
:show-inheritance:

:mod:`traits.testing.nose_tools` Module
---------------------------------------

.. automodule:: traits.testing.nose_tools
:members:
:undoc-members:
:show-inheritance:

:mod:`traits.testing.optional_dependencies` Module
--------------------------------------------------

Expand Down
1 change: 0 additions & 1 deletion traits/testing/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@
# Thanks for using Enthought open source!

from .doctest_tools import doctest_for_module
from .nose_tools import deprecated, performance, skip
from .unittest_tools import UnittestTools
115 changes: 0 additions & 115 deletions traits/testing/nose_tools.py

This file was deleted.

42 changes: 0 additions & 42 deletions traits/testing/tests/test_nose_tools.py

This file was deleted.

0 comments on commit 25b05c8

Please sign in to comment.