nixpkgs/pkgs/tools/security/clamav
Robert Kovacsics 9485537de6 clamav: Fix check failure of clamscan no tests
It seems like clamav uses `pytest` as a test runner preferentially, then
falls back to `unittest`. For some reason `unittest` isn't discovering
the tests inside clamav/unit_test/clamscan, and instead exitting with
`sys.exit(_NO_TESTS_EXITCODE)`.

I have checked actual `clamscan` tests are being run using
`nix develop .#clamscan`, `genericBuild`, `checkPhase` then manually
running `ctest -V`.

Fixes https://github.com/NixOS/nixpkgs/issues/325510
2024-07-12 11:55:31 +01:00
..
default.nix clamav: Fix check failure of clamscan no tests 2024-07-12 11:55:31 +01:00
remove-freshclam-test.patch
sample-cofiguration-file-install-location.patch