Skip to content

Commit

Permalink
Build related fixes
Browse files Browse the repository at this point in the history
- Disable pip version check
- Documented licenses
- Added pytest<5.0.0 as it will drop py27

Change-Id: Ib02caa4ca1fafd6275a51493c5eabf8e9ef1a775
  • Loading branch information
ssbarnea committed Feb 13, 2019
1 parent 11360a2 commit 33749f1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
3 changes: 2 additions & 1 deletion cspell.json
Expand Up @@ -159,7 +159,8 @@
"xscs",
"xsrf",
"yanc",
"ztravisdeb"
"ztravisdeb",
"LGPL"
],
"flagWords": [],
"allowCompoundWords": true,
Expand Down
24 changes: 12 additions & 12 deletions requirements-dev.txt
Expand Up @@ -6,21 +6,21 @@ hacking>=0.13
MarkupSafe>=0.23
mock; python_version<'3.3'
oauthlib
pre-commit
pre-commit # MIT
py >= 1.4
pytest-cache
pytest-cov
pytest-instafail
pytest-timeout>=1.3.1
pytest-xdist>=1.14
pytest>=2.9.1
PyYAML>=3.13
requests_mock
requires.io
tenacity
tox-pyenv
tox>=2.3.1
unittest2; python_version<'3.1'
wheel>=0.24.0
xmlrunner>=1.7.7
yanc>=0.3.3
pytest>=2.9.1,<5.0 # MIT
PyYAML>=3.13 # MIT
requests_mock # Apache-2
requires.io # UNKNOWN!!!
tenacity # Apache-2
tox-pyenv # Apache-2
tox>=2.3.1 # MIT
unittest2; python_version<'3.1' # BSD
wheel>=0.24.0 # MIT
xmlrunner>=1.7.7 # LGPL
yanc>=0.3.3 # GPL
2 changes: 2 additions & 0 deletions tox.ini
Expand Up @@ -36,6 +36,8 @@ commands=
python -m pytest {posargs}
setenv =
PIP_LOG={envdir}/pip.log
PIP_DISABLE_PIP_VERSION_CHECK=1

passenv =
CI
CI_JIRA_*
Expand Down

0 comments on commit 33749f1

Please sign in to comment.