Skip to content

Commit f1bb7ed

Browse files
committed
disable xopt install/tests for now
1 parent c79bf4d commit f1bb7ed

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

libensemble/tests/regression_tests/test_xopt_EI.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# TESTSUITE_COMMS: mpi local
1717
# TESTSUITE_NPROCS: 4
1818
# TESTSUITE_EXTRA: true
19+
# TESTSUITE_EXCLUDE: true
1920

2021
import numpy as np
2122
from gest_api.vocs import VOCS

libensemble/tests/regression_tests/test_xopt_EI_xopt_sim.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# TESTSUITE_COMMS: mpi local
1717
# TESTSUITE_NPROCS: 4
1818
# TESTSUITE_EXTRA: true
19+
# TESTSUITE_EXCLUDE: true
1920

2021
import numpy as np
2122
from gest_api.vocs import VOCS

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,6 @@ extra = [
222222
]
223223
dev = ["wat>=0.7.0,<0.8"]
224224
docs = ["pyenchant", "enchant>=0.0.1,<0.0.2", "sphinx-lfs-content>=1.1.10,<2"]
225-
py311e = ["xopt @ git+https://github.com/xopt-org/xopt.git@main"]
226-
py312e = ["xopt @ git+https://github.com/xopt-org/xopt.git@main"]
227-
py313e = ["xopt @ git+https://github.com/xopt-org/xopt.git@main"]
228-
py314e = ["xopt @ git+https://github.com/xopt-org/xopt.git@main"]
229225

230226
# Various config from here onward
231227
[tool.black]

0 commit comments

Comments
 (0)