Zeid
Zeid
@co9olguy Looks like the issue is related to ram usage as my computer starts to swap during those tests... looking into this, but it appears that if you reduce the...
After some testing, the issue with the slow test appears to be a memory leak specific to `pytest` while it executes `test_normalized_conditional_states` with the Tensorflow backend only. I.e. it is...
> @zzzeid Do you have a chance to review this? Hi @mathewhodson -- any chance you can rebase with main and re-run the test suite? It would also be great...
Closing for now as some of the pull requests still pass (e.g. for packages that behave the same on all platforms).
See also: https://github.com/dependabot/dependabot-core/issues/4606 and https://github.com/dependabot/dependabot-core/issues/4607.
@dependabot rebase
> This makes it work with Python 3.12 > > (or it will as soon as [I do a Glean release too](https://bugzilla.mozilla.org/show_bug.cgi?id=1894595)). Note that I couldn't find anything how to...
Following up on this, there are a couple of hiccups with the Python 3.12 package upgrades, I will resolve those and hopefully once that is in place this will be...
> Apparently there's more `pkg_resource` usage in dependencies: > > ``` > /home/runner/work/mozregression/mozregression/env/lib/python3.8/site-packages/mozrunner/utils.py:19: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html > ``` > > so that miiiight require...
For reasons I outlined in #1732, I think we need to use the `importlib_resources` package, at least until we drop support for Python 3.8 (but also, potentially until farther into...