diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-31 09:15:43 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-31 09:15:43 -0400 |
| commit | 4027f8fd1f0382586f26fb864f660b5e13f092f8 (patch) | |
| tree | 0a3700c290e336d7f95377d66481aa6241213a20 /tests | |
| parent | 721dc0b80fa56b0032f99b56f5bc63a65f828f4e (diff) | |
| download | external_python_setuptools-4027f8fd1f0382586f26fb864f660b5e13f092f8.tar.gz external_python_setuptools-4027f8fd1f0382586f26fb864f660b5e13f092f8.tar.bz2 external_python_setuptools-4027f8fd1f0382586f26fb864f660b5e13f092f8.zip | |
Move test requirements into another file so they might be referenced manually.
Diffstat (limited to 'tests')
| -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 00000000..d07e9cde --- /dev/null +++ b/tests/requirements.txt @@ -0,0 +1,4 @@ +pytest-flake8 +pytest>=3.0.2 +setuptools[ssl] +backports.unittest_mock>=1.2 |
