diazona / setuptools-pyproject-migration

Generate a pyproject.toml file from setuptools
https://setuptools-pyproject-migration.readthedocs.io/en/latest/
MIT License
16 stars 3 forks source link

Enable slow tests in CI #167

Closed diazona closed 3 months ago

diazona commented 3 months ago

I made a couple mistakes in #166 that were causing our full test suite to fail, but we didn't notice because the distribution package tests were not being run during CI. This PR fixes that.