python3Packages.keyring: fix typo in disabledTestPaths keyword
This commit is contained in:
parent
b95da5efb6
commit
26dbd044cd
@ -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"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user