OpenDataServices / sphinxcontrib-opendataservices

Sphinx directives maintained by Open Data Services
MIT License
0 stars 0 forks source link

Test fail in Python 3.8 #17

Closed odscjames closed 3 years ago

odscjames commented 4 years ago

https://github.com/OpenDataServices/sphinxcontrib-opendataservices/pull/16

According to https://gitlab.com/pycqa/flake8/issues/289 this can be solved by bumping pyflakes 1.5.0 but I'm not sure what requirements scheme is being used in this repository.

odscjames commented 4 years ago

Talked to Ben:

This should really be a library and have all reqs in setup.py.

We can't do this at the moment because we are pulling in 2 things via Git.

We can't guarantee that the particular locked commits are used by users of this library under the current scheme. This is a problem - so getting to a state where we can switch to setup.py only will help that problem too.