ni / nidaqmx-python

A Python API for interacting with NI-DAQmx
Other
447 stars 161 forks source link

Add automated test coverage with PyPy #626

Open bkeryan opened 3 months ago

bkeryan commented 3 months ago

The README.rst and trove classifiers claim support for PyPy, but there is no automated test coverage of this configuration.

In https://github.com/ni/nidaqmx-python/pull/625 I tried updating the GitHub workflows to run unit tests with PyPy, and ran into a number of problems with dependencies (mostly grpcio, grpcio-tools, and numpy).