Julio Faracco (20e1925c) at 19 Mar 13:54
Merge: Fix Jira Cloud compatibility for user and bugzilla fields
... and 3 more commits
Julio Faracco (f0248ad2) at 19 Mar 13:05
Merge: rpm-build: don't use pyadf in the testenv
... and 1 more commit
Because the spec file has
%pyproject_buildrequires -e spec
to install the dependencies for the tox test, the presence of pyadf in the [testenv] causes it to become a dependency, which is not satisfyable on current Fedora. Remove it from the testenv to get the rpm builds working.
Signed-off-by: Ian Wienand [email protected]
Because the spec file has
%pyproject_buildrequires -e spec
to install the dependencies for the tox test, the presence of pyadf in the [testenv] causes it to become a dependency, which is not satisfyable on current Fedora. Remove it from the testenv to get the rpm builds working.
Signed-off-by: Ian Wienand [email protected]
Ruowen, do you mind to rebase your MR on top of main. I think the new commits will fix the pipeline issue. Tks!
Julio Faracco (066d5e54) at 18 Mar 17:18
Julio Faracco (32232993) at 18 Mar 17:18
Merge: Make pyadf as an optional requirement
... and 3 more commits
Make pyadf an optional dependency to allow kwf-lib to be installed and used
in environments where pyadf is not available.
ImportError and gate
usage behind a USE_PYADF flag.pip install kwf-lib[pyadf] to enable ADF-to-markdown
conversion for commit hash parsing.Signed-off-by: Julio Faracco [email protected]
Ok. Now, I removed the mess I've made hehe The latest version is using suppress(). I'm gonna open a KMAINT ticket to investigate kwf-lib logging.
Julio Faracco (066d5e54) at 18 Mar 14:48
tests: Add test cases to cover pyadf support
... and 2 more commits