mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
9485537de6
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 |
||
---|---|---|
.. | ||
default.nix | ||
remove-freshclam-test.patch | ||
sample-cofiguration-file-install-location.patch |