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
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

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