MilesCranmer commited on
Commit
84bbcf7
1 Parent(s): 07a359d

test: remove old AUTOLOAD test

Browse files
Files changed (1) hide show
  1. pysr/test/test_startup.py +0 -4
pysr/test/test_startup.py CHANGED
@@ -118,10 +118,6 @@ class TestStartup(unittest.TestCase):
118
  code="import juliacall; import pysr",
119
  msg="juliacall module already imported.",
120
  ),
121
- dict(
122
- code='import os; os.environ["PYSR_AUTOLOAD_EXTENSIONS"] = "foo"; import pysr',
123
- msg="PYSR_AUTOLOAD_EXTENSIONS environment variable is set",
124
- ),
125
  ]
126
  for warning_test in warning_tests:
127
  result = subprocess.run(
 
118
  code="import juliacall; import pysr",
119
  msg="juliacall module already imported.",
120
  ),
 
 
 
 
121
  ]
122
  for warning_test in warning_tests:
123
  result = subprocess.run(