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
#107 excludes the tests folder from our source distributions, but not from wheels, which are the most commonly used format. We need to find a way to exclude tests from both distributions. packages=find_packages(exclude=["tests"]) doesn’t seem to work.