Skip to content
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

Deprecated htcondor API warning #32

Open
nsmith- opened this issue Apr 12, 2024 · 1 comment
Open

Deprecated htcondor API warning #32

nsmith- opened this issue Apr 12, 2024 · 1 comment

Comments

@nsmith-
Copy link
Member

nsmith- commented Apr 12, 2024

We get a warning

/usr/local/lib/python3.11/site-packages/htcondor/_deprecation.py:41: FutureWarning: Schedd.transaction() was deprecated in version 10.7.0 and will be removed in a future release.  Use Schedd.submit() instead.
  warnings.warn(message, FutureWarning)
/usr/local/lib/python3.11/site-packages/htcondor/_deprecation.py:41: FutureWarning: Submit.queue() was deprecated in version 10.7.0 and will be removed in a future release.  Use Schedd.submit() instead.
  warnings.warn(message, FutureWarning)

with htcondor versions at least as old as 23.5.3. Not sure how to interpret this version number since it doesn't match the warning version 10.7.0.
@mapsacosta do you happen to know any more about this?

@nsmith-
Copy link
Member Author

nsmith- commented Apr 12, 2024

Oh I see, they joined the CalVer train https://htcondor.readthedocs.io/en/latest/version-history/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant