diff options
author | Torsten Grote <t@grobox.de> | 2020-07-24 11:09:30 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-07-28 15:42:39 -0300 |
commit | 08c3209dbc06329b4566ddd8d1dd7ab1c7e28ed7 (patch) | |
tree | 794658b2b9dfc3a39d8e374feae7e03919742f63 /tests/requirements.txt | |
parent | 503c35d5f5972551cffa1fecb8b7b463503cc662 (diff) |
Add CI config for Gitlab CI integration tests (bash and pytest)
Diffstat (limited to 'tests/requirements.txt')
-rw-r--r-- | tests/requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt new file mode 100644 index 000000000..6f2484b78 --- /dev/null +++ b/tests/requirements.txt @@ -0,0 +1,4 @@ +pytest==5.4.* +pytest-services==2.1.* +taler-util==0.6.* +psutil==5.7.*
\ No newline at end of file |