Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
84bbcf7
1
Parent(s):
07a359d
test: remove old AUTOLOAD test
Browse files
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(
|