papis: fix build failure with optional deps (#493987)
This commit is contained in:
@@ -126,6 +126,10 @@ buildPythonPackage (finalAttrs: {
|
||||
"test_yaml_unicode_dump"
|
||||
# FileNotFoundError: Command not found: 'init'
|
||||
"test_git_cli"
|
||||
]
|
||||
++ lib.optionals withOptDeps [
|
||||
# Require network access
|
||||
"test_csl_style_download"
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user