diff options
| author | Paul Ganssle <pganssle@users.noreply.github.com> | 2017-12-05 09:06:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-05 09:06:56 -0500 |
| commit | 2bdfd189e063d796f3b7fdc393552c7e77d9a28a (patch) | |
| tree | f1f1d9b412efffe967515ba94c92dac05ad5893c | |
| parent | 3e76cb6b45fb68ae27b72a874cf405c635109c98 (diff) | |
| parent | feb70e9b5b81d27e6abd230a9754db21d9eadfd2 (diff) | |
| download | dateutil-git-2bdfd189e063d796f3b7fdc393552c7e77d9a28a.tar.gz | |
Merge pull request #536 from pganssle/fix_appveyor
Pin pytest dependency on 3.3
| -rw-r--r-- | requirements-dev.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 443ba70..4a826cf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,6 @@ six -pytest >= 3.0 ; python_version != '3.2' +pytest >= 3.0 ; python_version != '3.2' and python_version != '3.3' +pytest < 3.3; python_version == '3.3' pytest >= 2.0 ; python_version == '3.2' freezegun coverage==3.7.1 ; python_version == '3.2' |
