Skip to content

Commit e706650

Browse files
committed
Remove pymathistestmodule...
this time for sure!
1 parent 6775878 commit e706650

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

mathics/builtin/assignment.py

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,23 +1692,6 @@ class LoadModule(Builtin):
16921692
>> LoadModule["sys"]
16931693
: Python module sys is not a pymathics module.
16941694
= $Failed
1695-
# >> LoadModule["pymathics.testpymathicsmodule"]
1696-
# = pymathics.testpymathicsmodule
1697-
# >> MyPyTestContext`MyPyTestFunction[a]
1698-
# = This is a PyMathics output
1699-
# >> MyPyTestContext`MyPyTestSymbol
1700-
# = 1234
1701-
# >> ?? MyPyTestContext`MyPyTestFunction
1702-
# =
1703-
# . 'MyPyTestFunction'[m]
1704-
# . Just an example function in pymathics module.
1705-
# .
1706-
# . Attributes[MyPyTestContext`MyPyTestFunction] = {HoldFirst, OneIdentity, Protected}
1707-
# >> Quit[]
1708-
#n>> MyPyTestContext`MyPyTestSymbol
1709-
# = MyPyTestContext`MyPyTestSymbol
1710-
# >> ?? MyPyTestContext`MyPyTestFunction
1711-
# = Null
17121695
"""
17131696
name = "LoadModule"
17141697
messages = {'notfound': 'Python module `1` does not exist.',

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ def run(self):
195195
"mathics.web",
196196
"mathics.web.templatetags",
197197
"mathics.web.migrations",
198-
"pymathics.testpymathicsmodule",
199198
],
200199
install_requires=INSTALL_REQUIRES,
201200
dependency_links=DEPENDENCY_LINKS,

0 commit comments

Comments
 (0)