python3Packages.keyring: fix typo in disabledTestPaths keyword

This commit is contained in:
Martin Weinelt
2021-04-23 01:27:26 +02:00
parent b95da5efb6
commit 26dbd044cd

View File

@@ -50,7 +50,7 @@ buildPythonPackage rec {
"test_multiprocess_get_after_native_get"
];
disabledTestsPaths = [
disabledTestPaths = [
"tests/backends/test_macOS.py"
];