diff options
author | Bernd Schubert <bschubert@ddn.com> | 2024-12-12 23:21:05 +0100 |
---|---|---|
committer | Bernd Schubert <bernd.schubert@fastmail.fm> | 2024-12-17 12:15:13 +0100 |
commit | d0b0fc27fdfc78a13a07c1ea04b728bebc8c6e87 (patch) | |
tree | c5dc1c54a8b38f1eb4de1680b31d29f4a4126ce8 /requirements.txt | |
parent | f49b24d3530a8e0874670bb8b1f433d99d899271 (diff) | |
download | libfuse-d0b0fc27fdfc78a13a07c1ea04b728bebc8c6e87.tar.gz |
tests: Add debug messages to some tests and umount
On my nfs mount the tests were hanging and it was impossible
to diagnoze what is actually the issue.
Also get rid of 'looseversion' python package dependency,
as that package is not in ubuntu - add a handcode kernel
version parser.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 42cafe0..2c6a4a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,4 @@ meson ninja # Test packages: -looseversion pytest |