perfsonar / psconfig

Configures perfSONAR tests from a central source in an extensible way.
Apache License 2.0
4 stars 2 forks source link

pScheduler agent uses function not available on OL8 #132

Closed mfeit-internet2 closed 4 months ago

mfeit-internet2 commented 4 months ago

The task_manager.py module attempts to import isoparse from dateutil.parser. That function didn't exist in dateutils 2.6.1, which is what ships in OL8. It does in 2.7+, which EL9 has.

I'll jump in and fix this, so the ticket is mostly as an anchor.