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 092b132 commit 042d5dbCopy full SHA for 042d5db
Makefile
@@ -54,7 +54,7 @@ lint: ## check style with flake8
54
flake8 json2xml tests
55
56
test: ## run tests quickly with the default Python
57
- python setup.py test
+ pytest -vv
58
59
test-all: ## run tests on every Python version with tox
60
tox
requirements.in
@@ -1,3 +1,3 @@
1
-defusedxml==0.7.1
2
-urllib3==1.26.18
+defusedxml
+urllib3
3
requirements.txt
@@ -1,5 +1,5 @@
#
-# This file is autogenerated by pip-compile with Python 3.11
+# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
4
5
# pip-compile
0 commit comments