nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.path: disable racy test

+6
+6
pkgs/development/python-modules/path/default.nix
··· 32 32 pytestCheckHook 33 33 ]; 34 34 35 + disabledTests = [ 36 + # creates a file, checks when it was last accessed/modified 37 + # AssertionError: assert 1650036414.0 == 1650036414.960688 38 + "test_utime" 39 + ]; 40 + 35 41 pythonImportsCheck = [ 36 42 "path" 37 43 ];