python3Packages.notion-client: fix typo
"defalt" -> "default"
This commit is contained in:
parent
2d091690f5
commit
e371de93d1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
|||
httpx
|
||||
];
|
||||
|
||||
# disable coverage options as they don't provide us value, and they break the defalt pytestCheckHook
|
||||
# disable coverage options as they don't provide us value, and they break the default pytestCheckHook
|
||||
preCheck = ''
|
||||
sed -i '/addopts/d' ./setup.cfg
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue