CI Test Failures
Several standalone packages have failing CI due to missing test dependencies:
| Package |
Issue |
| scitex-types |
numpy not in test deps |
| scitex-path |
Test failures (pre-existing) |
| scitex-gists |
Pre-existing test failure |
| scitex-core |
Import errors in tests |
| scitex-db |
Missing deps |
| scitex-scholar |
Missing deps |
| scitex-audit |
No tests (need [dev] extras with test tools) |
Fix: Add missing dependencies to [project.optional-dependencies] dev = [...] in each package's pyproject.toml.
Scholar Repo Mismatch
The ~/proj/scitex-scholar repo points to github.com/ywatanabe1989/_SciTeX-Scholar (obsolete placeholder with TextProcessor/SearchEngine). The real scholar code (1039 files with Scholar/Paper/Papers) is still in scitex-python/src/scitex/scholar/.
Fix: Either:
- Create a new clean
scitex-scholar repo and populate with real code
- Or overwrite the existing
_SciTeX-Scholar repo contents
Related: ywatanabe1989/_SciTeX-Scholar#3
CI Test Failures
Several standalone packages have failing CI due to missing test dependencies:
numpynot in test deps[dev]extras with test tools)Fix: Add missing dependencies to
[project.optional-dependencies] dev = [...]in each package's pyproject.toml.Scholar Repo Mismatch
The
~/proj/scitex-scholarrepo points togithub.com/ywatanabe1989/_SciTeX-Scholar(obsolete placeholder with TextProcessor/SearchEngine). The real scholar code (1039 files with Scholar/Paper/Papers) is still inscitex-python/src/scitex/scholar/.Fix: Either:
scitex-scholarrepo and populate with real code_SciTeX-Scholarrepo contentsRelated: ywatanabe1989/_SciTeX-Scholar#3