Thomas Klausner

Results 132 comments of Thomas Klausner
trafficstars

No worries, thank you for merging it and the release. I just noticed the README could do with mentioning NetBSD support - do you want a PR for that? -...

Thank you for forcing me to take a closer look at this. I identified two missing dependencies (linkify-it-py and test-asyncio) which now makes it ``` 312 failed, 2573 passed, 1...

Hm, the directory exists in the build/test environment (not in the environment where I looked at the html output though). ``` # ls textual-0.76.0/tests/snapshot_tests/__snapshots__/test_snapshots/ | wc -l 308 ``` Is...

Oh, that was it - I still had 0.4.0 of that (see first post). With 1.0.0 it's much better. ``` 37 failed, 2848 passed, 1 skipped, 3 xfailed, 2 warnings...

Hi @ohmay, thanks for looking at this. The problem was indeed that I had mock-3.0.5 installed. With mock-5.1.0 the patch is not needed. That just leaves the test requirements -...

> I get this exact error when trying to run NetBSD aarch64 (evbarm64) under virtualization on an M2 MacOS 15.2 with UTM 4.6.4 (107) so this is not limited to...

``` --- setup.py.orig 2024-08-10 06:40:00.112856469 +0000 +++ setup.py @@ -54,7 +54,6 @@ for key, reqs in extras_require.items(): extras_require['all'].extend(reqs) setup_requires = [ - 'pytest-runner>=2.7', 'setuptools_scm>=3.1.0', ] ```

Hi Giampaolo! No, that's not it, the tests are run in an empty sandbox, there is no psutil installed there.

If I install psutil (which doesn't make a difference for the test) then yes: ``` # python3.12 -c "import psutil" # ```

Yes, I still see the exact same behaviour. Distfile from pypi. I'll attach the filelist in the work directory, perhaps that gives some hints? I'm just running 'pytest' in the...