-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--no-undo
tests don't work with PyMOL 2.5
#9
Comments
speleo3
added a commit
to speleo3/pymol-testing
that referenced
this issue
Sep 1, 2023
These tests seem unsupported by modern PyMOL versions (like 2.5.6), see schrodinger#9 Add `--with-mmlibs` and `--with-undo` options to enable these tests.
speleo3
added a commit
to speleo3/pymol-open-source
that referenced
this issue
Jan 31, 2024
These tests seem unsupported by modern PyMOL versions (like 2.5.6), see schrodinger/pymol-testing#9 Add `--with-mmlibs` and `--with-undo` options to enable these tests.
JarrettSJohnson
pushed a commit
to schrodinger/pymol-open-source
that referenced
this issue
Jan 31, 2024
… default (#333) * Support running all tests with pytest * Make --no-mmlibs --no-undo the default These tests seem unsupported by modern PyMOL versions (like 2.5.6), see schrodinger/pymol-testing#9 Add `--with-mmlibs` and `--with-undo` options to enable these tests. * Require PyMOL 2.6 for testLoadPLY
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
runall.pml
script currently runs tests with--offline --no-mmlibs --no-undo
. Removing these flags makes 9 tests fail with PyMOL 2.5.6.6 of these failures come from
--no-undo
and these tests seem unsupported by any modern PyMOL version.I suggest to either fix those tests for the new undo system, or remove them.
The text was updated successfully, but these errors were encountered: