Skip to content

Commit

Permalink
test: clean up version check
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Nov 17, 2024
1 parent 50622bd commit c551422
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pysr/test/test_startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ def test_bad_startup_options(self):
self.assertIn(warning_test["msg"], result.stderr.decode())

def test_notebook(self):
if jl_version < (1, 9, 0):
self.skipTest("Julia version too old")
if platform.system() == "Windows":
self.skipTest("Notebook test incompatible with Windows")
if not os.access(Path(__file__).parent, os.W_OK):
Expand Down

0 comments on commit c551422

Please sign in to comment.