From e43681cc31c1b2aa0b11941d8d447488e62fa3c5 Mon Sep 17 00:00:00 2001 From: Alessandro Amici Date: Tue, 15 May 2018 20:24:46 +0200 Subject: Add tox CI testing and requirements-tests.txt. --- tests/requirements-tests.in | 7 +++++++ tests/requirements-tests.txt | 30 ++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 tests/requirements-tests.in create mode 100644 tests/requirements-tests.txt (limited to 'tests') diff --git a/tests/requirements-tests.in b/tests/requirements-tests.in new file mode 100644 index 0000000..1017996 --- /dev/null +++ b/tests/requirements-tests.in @@ -0,0 +1,7 @@ +pytest +pytest-flakes +pytest-cov +pytest-env +pytest-mccabe +pytest-pep8 +pytest-runner diff --git a/tests/requirements-tests.txt b/tests/requirements-tests.txt new file mode 100644 index 0000000..705261a --- /dev/null +++ b/tests/requirements-tests.txt @@ -0,0 +1,30 @@ +# +# This file is autogenerated by pip-compile +# To update, run: +# +# pip-compile --output-file requirements-tests.txt setup.py requirements-tests.in +# +apipkg==1.4 # via execnet +attrs==18.1.0 # via pytest +certifi==2018.4.16 # via requests +chardet==3.0.4 # via requests +coverage==4.5.1 # via pytest-cov +execnet==1.5.0 # via pytest-cache +idna==2.6 # via requests +mccabe==0.6.1 # via pytest-mccabe +more-itertools==4.1.0 # via pytest +pep8==1.7.1 # via pytest-pep8 +pluggy==0.6.0 # via pytest +py==1.5.3 # via pytest +pyflakes==1.6.0 # via pytest-flakes +pytest-cache==1.0 # via pytest-flakes, pytest-mccabe, pytest-pep8 +pytest-cov==2.5.1 +pytest-env==0.6.2 +pytest-flakes==2.0.0 +pytest-mccabe==0.1 +pytest-pep8==1.0.6 +pytest-runner==4.2 +pytest==3.5.1 +requests==2.18.4 +six==1.11.0 # via more-itertools, pytest +urllib3==1.22 # via requests -- cgit v1.2.3