tests: better reporting for unexpected packets
[vpp.git] / test / requirements.txt
index 661fca2..7df3793 100644 (file)
@@ -1,5 +1,4 @@
-pip-tools==6.4.0                        # BSD   Keep this in sync with Makefile's PIP_TOOLS_VERSION
-
+pip-tools==6.5.0                        # BSD   Keep this in sync with Makefile's PIP_TOOLS_VERSION
 cryptography!=2.0                       # BSD/Apache-2.0
 deprecation>=2.0.6                      # Apache-2.0
 faulthandler; python_version < '3.3' #  # BSD License (2 clause)
@@ -19,4 +18,5 @@ sphinx-rtd-theme                        # MIT
 noiseprotocol                           # MIT
 recommonmark                            # MIT
 pyyaml                                  # MIT
-jsonschema                              # MIT
+jsonschema; python_version >= '3.7'     # MIT
+dataclasses; python_version == '3.6'    # Apache-2.0