diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2018-02-04 17:37:30 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-02-04 17:37:30 -0500 |
| commit | 39459cfd652bf6c0073f52645607ffbc1c2aad89 (patch) | |
| tree | cbb2293a66b892384a457e0bc49fce2d87c78c78 /tests | |
| parent | 038baa16016503708cf3bddcaf2f9b8d541c17bc (diff) | |
| download | python-setuptools-git-39459cfd652bf6c0073f52645607ffbc1c2aad89.tar.gz | |
Unpin pytest - not sure why it was pinned.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt index 9c8bcff7..38b69247 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,5 +3,5 @@ mock pytest-flake8; python_version>="2.7" virtualenv>=13.0.0 pytest-virtualenv>=1.2.7 -pytest>=3.0.2,<=3.2.5 +pytest>=3.0.2 wheel |
