python3Packages.path: disable racy test
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user