python3Packages.storage3: fix typo
This commit is contained in:
@@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
pythonImportCheck = [ "storage3" ];
|
||||
pythonImportsCheck = [ "storage3" ];
|
||||
|
||||
# tests fail due to mock server not starting
|
||||
|
||||
|
||||
Reference in New Issue
Block a user