Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

sth0
Copy link
Contributor

@sth0 sth0 commented Feb 21, 2025

uncompromising Python code formatter for python 3.9+

@sth0 sth0 added the new package Packages that do not yet exist in Fink. label Feb 21, 2025
@sth0 sth0 self-assigned this Feb 21, 2025
@dmacks
Copy link
Member

dmacks commented Jun 21, 2025

Blocked pending #1223

@nieder
Copy link
Member

nieder commented Jun 21, 2025

Having tox as a (Test)Dependency is a bad idea. It creates a virtualenv and then downloads the dependencies. The package's tox.ini lists the command that's run:

commands =
    pip install -e .[d]
    coverage erase
    pytest tests --run-optional no_jupyter \
        !ci: --numprocesses auto \
        --cov {posargs}
    pip install -e .[jupyter]
    pytest tests --run-optional jupyter \
        -m jupyter \
        !ci: --numprocesses auto \
        --cov --cov-append {posargs}
    coverage report

That's overly complicated, so probably can just run the pytest w/ no_jupyter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new package Packages that do not yet exist in Fink.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants