mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Update pytest requirements
This commit is contained in:
parent
f958df5c2e
commit
5543a53215
2 changed files with 7 additions and 6 deletions
11
Pipfile
11
Pipfile
|
@ -20,17 +20,18 @@ boto = ">=2.32.1"
|
|||
boto3 = ">=1.2.1"
|
||||
moto = ">=0.3.6"
|
||||
SaltPyLint = ">=v2017.3.6"
|
||||
pytest = ">=3.5.0"
|
||||
pytest = ">=4.0.1"
|
||||
pytest-cov = "*"
|
||||
pytest-salt = "==2018.12.8"
|
||||
pytest-timeout = ">=1.3.3"
|
||||
pytest-tempdir = ">=2018.8.11"
|
||||
pytest-helpers-namespace = ">=2017.11.11"
|
||||
|
||||
[packages.futures]
|
||||
# Required by Tornado to handle threads stuff.
|
||||
version = ">=2.0"
|
||||
markers = "python_version < '3.0'"
|
||||
|
||||
[dev-packages.pytest-salt]
|
||||
git = "git://github.com/saltstack/pytest-salt.git"
|
||||
ref = "master"
|
||||
|
||||
[dev-packages.httpretty]
|
||||
# httpretty Needs to be here for now even though it's a dependency of boto.
|
||||
# A pip install on a fresh system will decide to target httpretty 0.8.10 to
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# PyTest
|
||||
pytest >= 4.0.1
|
||||
pytest-cov
|
||||
pytest-salt >= 2018.12.8
|
||||
pytest-salt == 2018.12.8
|
||||
pytest-timeout >= 1.3.3
|
||||
pytest-tempdir >= 2018.8.11
|
||||
pytest-helpers-namespace >= 2017.11.11
|
||||
|
|
Loading…
Add table
Reference in a new issue