CoffeaTeam / lpcjobqueue

A dask-jobqueue plugin for the LPC Condor queue
BSD 3-Clause "New" or "Revised" License
12 stars 11 forks source link

Deprecated htcondor API warning #32

Open nsmith- opened 5 months ago

nsmith- commented 5 months ago

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- commented 5 months ago

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