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
Include pyproject.toml in sdist to avoid pytest warnings
Running tests from the current tarballs results in
"PytestUnknownMarkWarning: Unknown pytest.mark.requests".
The marker is defined in pyproject.toml which is missing.
0 commit comments