Skip to content

Commit 63767bd

Browse files
committed
Remove sys.path manipulation from promod3 test
1 parent fc2364f commit 63767bd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Formula/promod3.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,9 @@ def install
4848
ENV.prepend_path "PYTHONPATH", lib/"python3.13/site-packages"
4949

5050
(testpath/"gen_pdb.py").write <<~EOS
51-
import sys
52-
5351
from ost import io
5452
from promod3 import loop
5553
56-
site_packages = os.path.join(os.path.dirname(__file__), "..", "lib", "python3.13", "site-packages")
57-
site_packages = os.path.abspath(site_packages)
58-
sys.path.insert(0, site_packages)
59-
6054
sequence = "HELLYEAH"
6155
bb_list = loop.BackboneList(sequence)
6256
io.SavePDB(bb_list.ToEntity(), "test.pdb")

0 commit comments

Comments
 (0)