We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400c627 commit 40e707dCopy full SHA for 40e707d
tests/test_bundle.py
@@ -652,7 +652,6 @@ def test_which_python(self):
652
653
self.assertEqual(which_python(sys.executable), sys.executable)
654
self.assertEqual(which_python(None), sys.executable)
655
- self.assertEqual(which_python(None, {"RETICULATE_PYTHON": "fake-python"}), "fake-python")
656
657
def test_default_title(self):
658
self.assertEqual(_default_title("testing.txt"), "testing")
0 commit comments