Quantum-Accelerators / quacc

quacc is a flexible platform for computational materials science and quantum chemistry that is built for the big data era.
https://quantum-accelerators.github.io/quacc/
BSD 3-Clause "New" or "Revised" License
167 stars 45 forks source link

Re-enable code coverage report in Python 3.12 #1369

Open Andrew-S-Rosen opened 9 months ago

Andrew-S-Rosen commented 9 months ago

Details about the quacc environment

What is the issue?

For some reason, the Python 3.12 GitHub actions runner is extremely slow when coverage reports are generated. This is not observed in Python 3.9, 3.10, or 3.11.

For now, I have removed coverage report generation in the GitHub Actions test suite for Python 3.12 until the issue is resolved.

Andrew-S-Rosen commented 7 months ago

Tracking: https://github.com/cclib/cclib/issues/1347