File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed
Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 2323 pip install ruff
2424 - name : Run Ruff
2525 run : |
26- ruff json2xml
27- ruff tests
26+ ruff check json2xml
27+ ruff check tests
2828
2929
3030 mypy :
Original file line number Diff line number Diff line change 1- furo==2023.09.10
1+ furo==2024.5.6
22sphinx
33sphinx-autobuild
44
99autodoc
1010
1111defusedxml
12+ tornado==6.4.1
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.11
2+ # This file is autogenerated by pip-compile with Python 3.12
33# by the following command:
44#
55# pip-compile
@@ -26,7 +26,7 @@ defusedxml==0.7.1
2626 # via -r requirements.in
2727docutils == 0.20.1
2828 # via sphinx
29- furo == 2023.9.10
29+ furo == 2024.5.6
3030 # via -r requirements.in
3131idna == 3.2
3232 # via requests
@@ -84,8 +84,10 @@ sphinxcontrib-qthelp==1.0.3
8484 # via sphinx
8585sphinxcontrib-serializinghtml == 1.1.9
8686 # via sphinx
87- tornado == 6.3.3
88- # via livereload
87+ tornado == 6.4.1
88+ # via
89+ # -r requirements.in
90+ # livereload
8991urllib3 == 1.26.18
9092 # via requests
9193waitress == 2.1.2
Original file line number Diff line number Diff line change 33"""Tests for `json2xml` package."""
44
55import json
6+ from pyexpat import ExpatError
67
78import pytest
89import xmltodict
9- from pyexpat import ExpatError
1010
1111from json2xml import json2xml
1212from json2xml .utils import (
You can’t perform that action at this time.
0 commit comments