Skip to content

Commit 39ff354

Browse files
authored
Merge pull request #1008 from planetlabs/issue1006
Don't ensurepip: no longer needed
2 parents 082033b + 2ee18a0 commit 39ff354

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Next (TDB)
22

3+
Changed:
4+
- Running ensurepip and upgrading setuptools is no longer required to test with
5+
Python 3.12 on GHA (#1008).
6+
37
2.1.1 (2023-07-20)
48

59
Changed:

noxfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ def coverage(session):
3939

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

4644
options = session.posargs

0 commit comments

Comments
 (0)