add pytest html (#7169)
This commit is contained in:
parent
4714b8edb8
commit
b76c903745
|
|
@ -1,8 +1,8 @@
|
||||||
pytest==4.0.1
|
pytest==4.0.1
|
||||||
attrs==19.1.0 # required for pytest==4.0.1 to resolve compatibility issues
|
attrs==19.1.0 # required for pytest==4.0.1 to resolve compatibility issues
|
||||||
PyYAML==5.4.1
|
PyYAML==5.4.1
|
||||||
jsonschema==3.2.0
|
jsonschema==3.2.0
|
||||||
distro==1.5.0
|
distro==1.5.0
|
||||||
numpy==1.18.5
|
numpy==1.18.5
|
||||||
pymongo
|
pymongo
|
||||||
pytest-html
|
pytest-html==1.22.1 # required for pytest==4.0.1 to resolve compatibility issues
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue