python3Packages.aiolyric: fix syntax
This commit is contained in:
parent
d13a0403a5
commit
9db2e932c3
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ buildPythonPackage rec {
|
|||
disabledTests = [
|
||||
# AssertionError, https://github.com/timmo001/aiolyric/issues/5
|
||||
"test_location"
|
||||
]
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"aiolyric"
|
||||
|
|
Loading…
Reference in a new issue