relint: OK ✔ in 0.28 seconds codespell: commands[0] /home/martin/sage-trac/src> codespell '--skip=*#*,*.a,*.bak,*.bz2,*.dia,*.gz,*.ico,*.inv,*.JPEG,*.jpeg' '--skip=*.JPG,*.jpg,*.log,*.o, *.orig,*.PDF,*.pdf,*.PNG,*.png,*.pyc' '--skip=*.so,*.sobj,*.sws,*.tar,*.tgz,*.xz,*.zip,*~*,.DS_Store' --skip=doc/ca,doc/de,doc/es,doc/fr,doc/hu,doc/it,doc/ja ,doc/pt,doc/ru,doc/tr --skip=src/doc/ca,src/doc/de,src/doc/es,src/doc/fr,src/doc/hu --skip=src/doc/it,src/doc/ja,src/doc/pt,src/doc/ru,src/doc/tr '--skip=.gi t,.tox,autom4te.cache,cythonized,dist,lib.*,local' '--skip=logs,scripts-3,tmp,upstream,worktree*,*.egg-info' --dictionary=- --dictionary=/home/martin/sage-tr ac/src/.codespell-dictionary.txt --ignore-words=/home/martin/sage-trac/src/.codespell-ignore.txt sage/rings/lazy_species.py
codespell: OK ✔ in 0.17 seconds rst: commands[0] /home/martin/sage-trac/src> flake8 --select=RST sage/rings/lazy_species.py
doctest: FAIL code 1 (0.41=setup[0.27]+cmd[0.14] seconds) coverage: OK (0.29=setup[0.13]+cmd[0.16] seconds) startuptime: FAIL code 1 (0.29=setup[0.11]+cmd[0.18] seconds) pycodestyle-minimal: OK (0.32=setup[0.03]+cmd[0.15,0.14] seconds) relint: OK (0.28=setup[0.03]+cmd[0.25] seconds) codespell: OK (0.17=setup[0.01]+cmd[0.17] seconds) rst: OK (0.65=setup[0.02]+cmd[0.63] seconds) evaluation failed :( (2.60 seconds)
Vincent Macri
unread,
Feb 11, 2026, 2:09:32 PM (yesterday) Feb 11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-...@googlegroups.com
A quick web search seems to indicate that conda and tox do not interact
well. There is this project, but it hasn't been updated in 3 years and I
couldn't get it to work (although I didn't try very hard to get it to
work): https://github.com/tox-dev/tox-conda
Dima Pasechnik
unread,
Feb 11, 2026, 3:09:19 PM (yesterday) Feb 11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-...@googlegroups.com
as far as I know, tox configs in Sage have been semi-abandoned too.