diff options
author | adamscmRH <chadams@redhat.com> | 2018-06-14 16:11:11 +0200 |
---|---|---|
committer | adamscmRH <chadams@redhat.com> | 2018-06-25 19:22:17 +0200 |
commit | 3b36f859895c0aa5fda35a7b19e8bd8f8ebc0b87 (patch) | |
tree | 0d537b6b0cb6d70dd953666d38757fb7607fa51a /requirements/requirements_dev.txt | |
parent | Merge pull request #1994 from taylorsmithgg/patch-1 (diff) | |
download | awx-3b36f859895c0aa5fda35a7b19e8bd8f8ebc0b87.tar.xz awx-3b36f859895c0aa5fda35a7b19e8bd8f8ebc0b87.zip |
update dev pytest
Diffstat (limited to '')
-rw-r--r-- | requirements/requirements_dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/requirements_dev.txt b/requirements/requirements_dev.txt index 29c846536b..6765971af9 100644 --- a/requirements/requirements_dev.txt +++ b/requirements/requirements_dev.txt @@ -6,7 +6,7 @@ unittest2 pep8 flake8 pyflakes -pytest==3.5.1 +pytest==3.6.0 pytest-cov pytest-django pytest-pythonpath |