Some tests fail on systems without microsecond resolution
Summary
Test def test_never_delete_required(cli, datafiles): in tests/artifactcache/expiry.py
Fails on systems with a mtime resolution of 1second
This should not be the case and is probably exposing a underlying bug.
Steps to reproduce
Run the test suit on a file system with 1sec mtimes
Edited by Chandan Singh