Skip to content

Commit 1514b23

Browse files
Fix test failures
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 5669aa0 commit 1514b23

File tree

4 files changed

+5
-12
lines changed

4 files changed

+5
-12
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ jobs:
5555
test_suites:
5656
all: venv/bin/pytest -n 2 -vvs -m "not online"
5757

58-
- template: etc/ci/azure-posix.yml
59-
parameters:
60-
job_name: macos13_cpython
61-
image_name: macOS-13
62-
python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14']
63-
test_suites:
64-
all: venv/bin/pytest -n 2 -vvs -m "not online"
65-
6658
- template: etc/ci/azure-posix.yml
6759
parameters:
6860
job_name: macos14_cpython

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ importlib-resources==5.4.0
1212
iniconfig==1.1.1
1313
isort==5.10.1
1414
jeepney==0.7.1
15-
jinja2==3.0.3
15+
jinja2==3.1.0
1616
keyring==23.4.1
1717
license-expression==30.0.0
1818
markupsafe==2.0.1
@@ -25,7 +25,7 @@ pluggy==1.6.0
2525
py==1.11.0
2626
pycodestyle==2.8.0
2727
pycparser==2.21
28-
pygments==2.12.0
28+
pygments==2.13.0
2929
pytest==8.4.0
3030
pytest-xdist==3.7.0
3131
pytest-forked==1.6.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dev =
9090
ruff
9191
pytest-rerunfailures
9292
pytest-asyncio >= 0.21
93-
Sphinx>=5.0.2
93+
Sphinx>=6.2.0
9494
sphinx-rtd-theme>=1.0.0
9595
sphinx-reredirects >= 0.1.2
9696
doc8>=0.11.2

tests/test_cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,9 @@ def test_cli_with_azure_devops_with_python_312():
313313
regen=REGEN_TEST_FIXTURES,
314314
)
315315

316+
316317
@pytest.mark.online
317-
def test_cli_with_azure_devops_with_python_313():
318+
def test_cli_with_azure_devops_with_python_314():
318319
requirements_file = test_env.get_test_loc("azure-devops.req.txt")
319320
expected_file = test_env.get_test_loc("azure-devops.req-314-expected.json", must_exist=False)
320321
extra_options = [

0 commit comments

Comments
 (0)