python3Packages.keyring: fix typo in disabledTestPaths keyword
This commit is contained in:
@@ -50,7 +50,7 @@ buildPythonPackage rec {
|
|||||||
"test_multiprocess_get_after_native_get"
|
"test_multiprocess_get_after_native_get"
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTestsPaths = [
|
disabledTestPaths = [
|
||||||
"tests/backends/test_macOS.py"
|
"tests/backends/test_macOS.py"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user