Re: Problems in pytest.1

Julien Palard via Doc-SIG <[email protected]> Wed, 13 Jun 2018 18:11:30 -0400
Newsgroups gmane.comp.python.documentation
Message-ID <-8DmnKifSOUoqlx3B0HXu6OXnZ4Ywaf1JdM5_FNlS28T-MznuPxDMf8-J0QgjooTqlTgHWgFnrS-g8qMUmP80vuDIqbbGOU_pYcK5VwWeL8=@palard.fr>
Hi,

Thanks for caring about documentations and taking time to write scripts to report bugs.

I checked and spotted two python-related projects:

- pylint.1 which has been fixed (differently) here: https://github.com/pycqa/pylint/commit/6e2c366ff8752a3d98cab9acbd8221868c69f820
- pytest.1, in which package did you find it? I was unable to find the same issue on various pytest.1 manpages.

I cloned pytest and tried and I don't see the section your patch tries to fix.

For the record here's how I build locally the manpage of pytest :

    git clone https://github.com/pytest-dev/pytest.git
    cd pytest
    python3 -m venv /tmp/pytest
    . /tmp/pytest/bin/activate
    python3 -m pip install sphinx sphinxcontrib-trio
    python3 -m pip install .
    make -C doc/en/ man
    less doc/en/_build/man/pytest.1

Also please note those two projects have their own bugtrackers on github, and you may have more success there than here.

Bests,
​-- 
Julien Palard
https://mdk.fr​

_______________________________________________
Doc-SIG maillist  -  [email protected]
https://mail.python.org/mailman/listinfo/doc-sig