Skip to content

Commit

Permalink
test: remove old AUTOLOAD test
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed May 4, 2024
1 parent 07a359d commit 84bbcf7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pysr/test/test_startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ def test_bad_startup_options(self):
code="import juliacall; import pysr",
msg="juliacall module already imported.",
),
dict(
code='import os; os.environ["PYSR_AUTOLOAD_EXTENSIONS"] = "foo"; import pysr',
msg="PYSR_AUTOLOAD_EXTENSIONS environment variable is set",
),
]
for warning_test in warning_tests:
result = subprocess.run(
Expand Down

0 comments on commit 84bbcf7

Please sign in to comment.