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 36fbf63 commit 695bc3fCopy full SHA for 695bc3f
formate.toml
@@ -36,6 +36,7 @@ known_third_party = [
36
"coincidence",
37
"coverage",
38
"domdf_python_tools",
39
+ "importlib_metadata",
40
"packaging",
41
"pyparsing",
42
"pytest",
tests/requirements.txt
@@ -1,9 +1,10 @@
1
backports-entry-points-selectable>=1.0.2
2
coincidence>=0.2.0
3
domdf-python-tools[testing]>=2.0.1
4
+importlib-metadata>=3.6.0
5
iniconfig!=1.1.0,>=1.0.1
6
pytest>=6.0.0
7
pytest-cov>=2.8.1
-pytest-randomly>=3.6.0
8
+pytest-randomly>=3.7.0
9
pytest-rerunfailures>=9.0
10
pytest-timeout>=1.4.2
0 commit comments