diff --git a/REUSE.toml b/REUSE.toml index 14c78fdf44..61319e7c22 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -99,6 +99,7 @@ path = [ "bin/tests/system/pipelined/inputb", "bin/tests/system/pipelined/ref", "bin/tests/system/pipelined/refb", + "bin/tests/system/requirements.txt", "bin/tests/system/rsabigexponent/ns2/dsset-example.in", "bin/tests/system/run.gdb", "bin/tests/system/runtime/ctrl-chars", diff --git a/bin/tests/system/requirements.txt b/bin/tests/system/requirements.txt new file mode 100644 index 0000000000..62f31a3e3b --- /dev/null +++ b/bin/tests/system/requirements.txt @@ -0,0 +1,13 @@ +### Test requirements + +dnspython>=2.7.0 + +cryptography +hypothesis>=4.41.2 +jinja2 +pytest>=7.0.0 +requests + +### Utility packages for executing the tests +flaky +pytest-xdist