opencdms-dev / pyopencdms-old

⭐🐍 pyopencdms aims to build a common Python API on top of multiple Climate Data Management Systems (CDMS) that use different underlying database engines
MIT License
4 stars 6 forks source link

Switch to using poetry for packaging #30

Closed isedwards closed 3 years ago

isedwards commented 3 years ago

Presumably using poetry means we can remove twine from requirements_dev?

Shaibujnr commented 3 years ago

Yeah. We won't need that anymore.

Shaibujnr commented 3 years ago

https://github.com/opencdms/pyopencdms/pull/32

isedwards commented 3 years ago

@Shaibujnr could you check why the tests are failing after the switch to poetry: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-req-build-yj89x2na/README.md'

Shaibujnr commented 3 years ago

https://github.com/opencdms/pyopencdms/pull/36

isedwards commented 3 years ago

Resolved by #36