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
This affords adding a CI check to ensure we never commit vendored code
with modifications beyond import re-writes.
And for this first burn of the new CI check to go green, the edit of
vendored wheel code in 16cfd97 is undone by a fresh run of
`tox -evendor`.
Fixes#649Fixes#650
Right now, running
tox -evendor
modifiespex/environment.py
:It should not touch these particular imports; so some mechanism to tell it to skip is needed. Something like a
# vendor:skip
should do.The text was updated successfully, but these errors were encountered: