python3Packages.path: disable racy test

This commit is contained in:
Martin Weinelt
2022-04-15 20:29:31 +02:00
parent 8aebdc9fe9
commit 86d2ccf412
@@ -32,6 +32,12 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# creates a file, checks when it was last accessed/modified
# AssertionError: assert 1650036414.0 == 1650036414.960688
"test_utime"
];
pythonImportsCheck = [
"path"
];