Skip to content

Commit

Permalink
Merge pull request #1008 from planetlabs/issue1006
Browse files Browse the repository at this point in the history
Don't ensurepip: no longer needed
  • Loading branch information
sgillies authored Jul 31, 2023
2 parents 082033b + 2ee18a0 commit 39ff354
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Next (TDB)

Changed:
- Running ensurepip and upgrading setuptools is no longer required to test with
Python 3.12 on GHA (#1008).

2.1.1 (2023-07-20)

Changed:
Expand Down
2 changes: 0 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ def coverage(session):

@nox.session(python=["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"])
def test(session):
session.run('python', '-m', 'ensurepip', '--upgrade')
session.install('-U', 'setuptools')
session.install(".[test]")

options = session.posargs
Expand Down

0 comments on commit 39ff354

Please sign in to comment.