posit-dev / publisher

MIT License
3 stars 0 forks source link

Specifying Python doesn't imply the project uses it #1761

Closed mmarchetti closed 1 month ago

mmarchetti commented 1 month ago

Intent

This PR fixes R-only projects being detected as requiring Python, which was introduced in #1727.

Fixes #1760

Type of Change

Approach

Specifying which Python to use when inspecting no longer implies that the project uses Python (the extension now always passes the Python path in via the API).

Automated Tests

Removed the test that enforced this condition.

Directions for Reviewers

Deploy R-only, Python, and combination projects.