Steve Kowalik

Results 31 issues of Steve Kowalik

Running the test suite under Python 3.12 has multiple failures that all stem from: `DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to...

### Steps To Reproduce To log into one of my banks (HSBC) online portal, I am asked for an email and a password -- I have a Login entry set...

bug
browser

Python 3.3+ has included mock in the standard library, under the unittest module. Switch to using that, rather than the external mock library. Fixes #69

In Param 2.0.2 with Python 3.12, the following test case fails with a DeprecationWarning, because all warnings are treated as errors: ``` [ 54s] ______________________ test_reactive_logic_unary_ops[inv] ______________________ [ 54s] [...

SafeconfigParser has been deprecated since Python 3.2, and was finally removed in 3.12, so switch to it directly. - [ ] I have updated the release notes at `docs/source/NEWS.rst` -...

An update to python-sortinghat has triggered: ``` [ 119s] python310-sortinghat.noarch: E: devel-dependency python310-django-cors-headers [ 119s] python311-sortinghat.noarch: E: devel-dependency python311-django-cors-headers [ 119s] python39-sortinghat.noarch: E: devel-dependency python39-django-cors-headers ``` When django-cors-headers is expanded...

While running against msgspec, I got a build failure due to no python headers. If we know the package is arch-dependant, and we do, since we use sitearch and everything,...

The fail* methods from TestCase have been deprecated as of Python 3.1 and 3.2, and were finally removed in Python 3.12. Switch to using the non-deprecated assert* functions.

Since the minimum Python version supported now directly supports querying entry points using the standard library, write a wrapper around to support both upstream APIs, and make use of it,...

Argh, bad example, add the missing quote.