fabric icon indicating copy to clipboard operation
fabric copied to clipboard

Remove dependency to 'n42org/tox:3.4.0'

Open ghost opened this issue 2 years ago • 2 comments

Current Status

n42org/tox:3.4.0 is used to build the documentation.

Problems:

  • setup does not work with docker in docker
    • #4132
  • this software is unmaintained (see https://github.com/n42org/docker-tox)
  • not very clear who the publisher is
    • (https://github.com/n42org)
    • https://registry.hub.docker.com/u/n42org
    • https://n42.org/

Expected

tox is called more directly, without the need for n42org.

docker in docker should work (e.g. when creating multiple containers with different setups, edited via e.g. VSCode Container mode)

Solution

Execute tox directly, should be just a few cli steps within the makefile

Please let us know if you plan to work on this.

Yes!

ghost avatar Apr 07 '23 16:04 ghost

@kgoncharov , Can I start work on this issue.

Sayalikukkar avatar Apr 28 '24 07:04 Sayalikukkar

@Sayalikukkar go ahead and start since the issue has been open a long time, we'd appreciate a pull request. Thanks!

denyeart avatar May 01 '24 12:05 denyeart