Skip to content

Commit 2b16a51

Browse files
committed
Upgrade nox
1 parent f9f392c commit 2b16a51

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
with:
2323
python-version: ${{ matrix.python }}
2424
- name: Install test dependencies
25-
run: python -m pip install nox==2024.04.15
25+
run: python -m pip install --upgrade nox
2626
- name: Test
2727
run: python -m nox -s tests-${{ matrix.python }}

Diff for: noxfile.py

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515

1616
nox.options.sessions = ["lint"]
1717

18-
# Define the minimal nox version required to run
19-
nox.options.needs_version = ">= 2024.3.2"
20-
2118

2219
@nox.session
2320
def lint(session):

0 commit comments

Comments
 (0)