summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorRicardo Ardissone <ricardo.ardissone@gmail.com>2016-05-07 00:04:11 -0300
committerRicardo Ardissone <ricardo.ardissone@gmail.com>2016-05-07 12:17:43 -0300
commitc4cd453c071a0cd8968ea40a309d95e217fdee75 (patch)
tree18aec0321f95107c8160fc7329549f020adc0dfe /pkgs/development/python-modules
parentf3843aed479aa94279e65ac7b2bcc4714eeaaa5a (diff)
pythonPackages.mathics: 0.8 -> 0.9
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/mathics/disable_console_tests.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/pkgs/development/python-modules/mathics/disable_console_tests.patch b/pkgs/development/python-modules/mathics/disable_console_tests.patch
deleted file mode 100644
index 6e20686fc41a..000000000000
--- a/pkgs/development/python-modules/mathics/disable_console_tests.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-These tests require that Mathics already be installed to work,
-which is not true when nix runs them.
-
---- a/test/test_console.py 2015-09-07 21:41:08.530501979 -0700
-+++ b/test/test_console.py 2015-09-07 21:42:44.082176084 -0700
-@@ -13,6 +13,7 @@
- os.environ["TERM"] = "dumb"
- self.console = pexpect.spawn('python2 mathics/main.py --color NOCOLOR')
-
-+ @unittest.expectedFailure
- def testLaunch(self):
- cons = self.console
-
-@@ -41,6 +42,7 @@
- 'Quit by pressing CONTROL-D\r\n'
- '\r\n')
-
-+ @unittest.expectedFailure
- def testPrompt(self):
- cons = self.console
- cons.expect('Quit by pressing CONTROL-D\r\n\r\n')