ralhei / pyRserve

A python client for Rserve (network layer to remote R server)
Other
47 stars 13 forks source link

pytest is not a runtime dependency #23

Closed Anthchirp closed 3 years ago

Anthchirp commented 3 years ago

yet setup.py declares it as such.

Could you add pytest in setup.py using

    tests_require=['pytest'],

instead?

ralhei commented 3 years ago

Yes, that should be fixed. With the next release. Thanks.