PySCeS / pysces

The official PySCeS project source code repository.
https://pysces.github.io
Other
34 stars 10 forks source link

requirements.txt contains a wrong item 'nose' #82

Closed yurivict closed 1 year ago

yurivict commented 1 year ago

nose is a Python-2 package. In Python-3.x nose2 should be used. Python-2 is EOLed.

Also: install requirements shouldn't have nose or nose2 because nose is only used for testing. There's no need to install tests or to make test framework required during runtime.

jmrohwer commented 1 year ago

Fixed in https://github.com/PySCeS/pysces/commit/3f6017d3b7ad513f5b82659f91bed80c2f698dfe