We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f392c commit 2b16a51Copy full SHA for 2b16a51
.github/workflows/test.yml
@@ -22,6 +22,6 @@ jobs:
22
with:
23
python-version: ${{ matrix.python }}
24
- name: Install test dependencies
25
- run: python -m pip install nox==2024.04.15
+ run: python -m pip install --upgrade nox
26
- name: Test
27
run: python -m nox -s tests-${{ matrix.python }}
noxfile.py
@@ -15,9 +15,6 @@
15
16
nox.options.sessions = ["lint"]
17
18
-# Define the minimal nox version required to run
19
-nox.options.needs_version = ">= 2024.3.2"
20
-
21
@nox.session
def lint(session):
0 commit comments