mozilla-releng / treestatus

Mozilla Public License 2.0
0 stars 10 forks source link

Add esr115 #50

Closed hneiva closed 1 year ago

hneiva commented 1 year ago

For the record:

  1. I fixed codecov so it "can" be run.
  2. This project has no tests, so there's nothing to report at the moment, that's why it wasn't setup to run to begin with.
  3. IMO we shouldn't run codecov from tox. I think it should be called from .taskcluster.yml, just as tox is being called. Tox is an automating tool for testing, codecov is related to testing, but doesn't test anything.

Let me know your thoughts on it

hneiva commented 1 year ago

@jcristau I was unable to compile the requirements with pip-compile-multi. Some of these dependencies are pinned to very old versions, and pip-compile-multi doesn't seem to be able to find compatible ones, where using just pip-compile seems to work. I'd vote to keep the pip-compile version for now, and upgrade some of these packages on the next refactor. Thoughts?

jcristau commented 1 year ago

Weird. But fair enough :)