You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there seems to be no standard on specifying tests in pyproject (setuptools has test_suite but is it deprecated now as setup.py test seems to be deprecated?)
I found a simpler way to test this: Build a test project without build isolation, with setuptools_ocrd installed in the active virtualenv: python3 -m build --no-isolation.
The text was updated successfully, but these errors were encountered: