mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Move all of PyTest requirements to its own requiremnts file
This commit is contained in:
parent
8f8ebbc227
commit
f958df5c2e
2 changed files with 6 additions and 5 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
mock>=2.0.0
|
||||
SaltPyLint>=v2017.3.6
|
||||
pytest>=3.5.0
|
||||
git+https://github.com/saltstack/pytest-salt.git@master#egg=pytest-salt
|
||||
testinfra>=1.7.0,!=1.17.0
|
||||
|
||||
# httpretty Needs to be here for now even though it's a dependency of boto.
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
pytest>=3.5.0
|
||||
pytest-helpers-namespace
|
||||
pytest-tempdir
|
||||
# PyTest
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue