csdms / babelizer

Transform BMI-wrapped models into Python packages
https://babelizer.readthedocs.io
MIT License
4 stars 3 forks source link

Reorganize the testing requirements #68

Closed mcflugen closed 2 years ago

mcflugen commented 2 years ago

This pull request reorganizes some of the testing requirements. The requirements-testing.txt file now only contains pip-installable packages that are used for testing the babelizer package. This means that pip install "babelizer[tests]" will work. The external/requirements.txt file contains conda packages needed for testing the different languages.