sphinx-contrib / sphinxcontrib-versioning

Sphinx extension that allows building versioned docs for self-hosting.
https://sphinxcontrib-versioning.readthedocs.io/en/latest/
MIT License
125 stars 81 forks source link

Fixing pytest crash #68

Closed derpferd closed 4 years ago

derpferd commented 4 years ago

Pytest made breaking change to drop support for pytest_namespace and only supporting pytest_configure as shown by pytest-dev/pytest#4421. This is the first step to get CI running again. @TimKam

TimKam commented 4 years ago

Thanks! Will you add more to this PR?

derpferd commented 4 years ago

@TimKam What is the best style? Create a large PR that gets the tests running completely or several PRs that each fix one problem?

TimKam commented 4 years ago

I think one PR to fix all tests would be good. The project is not super-complex so I think it shouldn't be too hard to review such a PR :-) Without the tests passing, it feels a bit like merging in the dark, anyway.

derpferd commented 4 years ago

@TimKam Got the Travis CI tests passing. I don't run Windows so I don't think I can fix the appveyor tests.

derpferd commented 4 years ago

@TimKam Got all the tests working!!! :smile: